mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Put back the 'state.events' subobject
We're keeping 'events', in case we decide to add more keys later.
This commit is contained in:
parent
24ae0eee8e
commit
f6e092f6cc
@ -284,7 +284,7 @@ class SyncRestServlet(RestServlet):
|
||||
"prev_batch": room.timeline.prev_batch.to_string(),
|
||||
"limited": room.timeline.limited,
|
||||
},
|
||||
"state": serialized_state,
|
||||
"state": {"events": serialized_state},
|
||||
"private_user_data": {"events": private_user_data},
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user