mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-24 14:39:29 -05:00
Add comment
This commit is contained in:
parent
feedaa37fa
commit
04686df17a
@ -217,7 +217,7 @@ class ProfileHandler(BaseHandler):
|
|||||||
user,
|
user,
|
||||||
j.room_id,
|
j.room_id,
|
||||||
"join", # We treat a profile update like a join.
|
"join", # We treat a profile update like a join.
|
||||||
ratelimit=False,
|
ratelimit=False, # Try to hide that these events aren't atomic.
|
||||||
)
|
)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logger.warn(
|
logger.warn(
|
||||||
|
Loading…
Reference in New Issue
Block a user