mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:06:08 -04:00
Start implementing incremental initial sync
This commit is contained in:
parent
436513068d
commit
a56008842b
3 changed files with 241 additions and 34 deletions
|
@ -137,6 +137,7 @@ def serialize_event(e, time_now_ms, client_event=True, strip_ids=False):
|
|||
d.pop("depth", None)
|
||||
d.pop("unsigned", None)
|
||||
d.pop("origin", None)
|
||||
d.pop("prev_state", None)
|
||||
|
||||
if strip_ids:
|
||||
d.pop("room_id", None)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue