mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 16:34:47 -04: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,
|
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…
Add table
Add a link
Reference in a new issue