mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:46:01 -04:00
Include invites in incremental sync
This commit is contained in:
parent
ab9cf73258
commit
54414221e4
2 changed files with 26 additions and 7 deletions
|
@ -177,7 +177,7 @@ class SyncRestServlet(RestServlet):
|
|||
invited_state = invite.get("unsigned", {}).pop("invite_room_state", [])
|
||||
invited_state.append(invite)
|
||||
invited[room.room_id] = {
|
||||
"invite_state": { "events": invited_state }
|
||||
"invite_state": {"events": invited_state}
|
||||
}
|
||||
|
||||
return invited
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue