diff options
author | Shay <hillerys@element.io> | 2023-06-13 13:22:06 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-13 13:22:06 -0700 |
commit | 553f2f53e7930d721d2070ffa45af6397f5ecb60 (patch) | |
tree | 3a6a53554176bf65125a2f98342c5cb082296d0f /synapse/storage/controllers | |
parent | Fix MSC3983 support: only one OTK per device was returned through federation ... (diff) | |
download | synapse-553f2f53e7930d721d2070ffa45af6397f5ecb60.tar.xz |
Replace `EventContext` fields `prev_group` and `delta_ids` with field `state_group_deltas` (#15233)
Diffstat (limited to 'synapse/storage/controllers')
-rw-r--r-- | synapse/storage/controllers/persist_events.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/synapse/storage/controllers/persist_events.py b/synapse/storage/controllers/persist_events.py |