diff --git a/synapse/handlers/message.py b/synapse/handlers/message.py index bb7328672941a4ec2878992fdd622d3c068738b9..bda8eb5f3fdbcfa5423a0bc8485dca87e4157058 100644 --- a/synapse/handlers/message.py +++ b/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)