mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Merge branch 'erikj/current_state_fix' into develop
This commit is contained in:
commit
ba8e144554
@ -379,7 +379,7 @@ class EventsStore(SQLBaseStore):
|
|||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
2-tuple (to_delete, to_insert) where both are state dicts, i.e.
|
2-tuple (to_delete, to_insert) where both are state dicts, i.e.
|
||||||
(type, state_key) -> event_id. `to_delete` are the entreis to
|
(type, state_key) -> event_id. `to_delete` are the entries to
|
||||||
first be deleted from current_state_events, `to_insert` are entries
|
first be deleted from current_state_events, `to_insert` are entries
|
||||||
to insert.
|
to insert.
|
||||||
May return None if there are no changes to be applied.
|
May return None if there are no changes to be applied.
|
||||||
|
Loading…
Reference in New Issue
Block a user