Clarify that room_initial_sync returns a python dict

pull/4/merge
Mark Haines 9 years ago
parent 95c304e3f9
commit 49c0a0b5c4
  1. 2
      synapse/handlers/message.py

@ -473,7 +473,7 @@ class MessageHandler(BaseHandler):
Raises:
AuthError if the user wasn't in the room.
Returns:
A JSON object with the snapshot of the room.
A JSON serialisable dict with the snapshot of the room.
"""
member_event = yield self.auth.check_user_was_in_room(room_id, user_id)

Loading…
Cancel
Save