summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniel Wagner-Hall <daniel@matrix.org>2016-02-16 11:52:46 +0000
committerDaniel Wagner-Hall <daniel@matrix.org>2016-02-16 11:52:46 +0000
commit04686df17ae26f86484965365d12039161d8ee2d (patch)
tree210b6ed57a2a1ac66cb193d6142a6afe493f3e29
parentMerge branch 'develop' into daniel/roomcleanupincremental (diff)
downloadsynapse-04686df17ae26f86484965365d12039161d8ee2d.tar.xz
Add comment
-rw-r--r--synapse/handlers/profile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/profile.py b/synapse/handlers/profile.py

index 2850db4a1f..f3e73d926e 100644 --- a/synapse/handlers/profile.py +++ b/synapse/handlers/profile.py
@@ -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(