0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-18 15:49:02 +02:00

Add comment

This commit is contained in:
Daniel Wagner-Hall 2016-02-16 11:52:46 +00:00
parent feedaa37fa
commit 04686df17a

View file

@ -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(