Add comment

pull/583/head
Daniel Wagner-Hall 2016-02-16 11:52:46 +00:00
parent feedaa37fa
commit 04686df17a
1 changed files with 1 additions and 1 deletions

View File

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