mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-15 22:42:23 +01:00
Add comment
This commit is contained in:
parent
feedaa37fa
commit
04686df17a
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ class ProfileHandler(BaseHandler):
|
|||
user,
|
||||
j.room_id,
|
||||
"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:
|
||||
logger.warn(
|
||||
|
|
Loading…
Reference in a new issue