mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-05 04:04:59 -04:00
Clarify that room_initial_sync returns a python dict
This commit is contained in:
parent
95c304e3f9
commit
49c0a0b5c4
1 changed files with 1 additions and 1 deletions
|
@ -473,7 +473,7 @@ class MessageHandler(BaseHandler):
|
||||||
Raises:
|
Raises:
|
||||||
AuthError if the user wasn't in the room.
|
AuthError if the user wasn't in the room.
|
||||||
Returns:
|
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)
|
member_event = yield self.auth.check_user_was_in_room(room_id, user_id)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue