mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-20 02:24:54 +03:00
Fix type signature in get_current_state_deltas
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>
This commit is contained in:
parent
5216299124
commit
4cb921c0f9
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class StateDeltasStore(SQLBaseStore):
|
|||
- state_key (str):
|
||||
- event_id (str|None): new event_id for this state key. None if the
|
||||
state has been deleted.
|
||||
- prev_event_id (str|None): previous event_id for this state key. None
|
||||
- prev_event_id (str): previous event_id for this state key. None
|
||||
if it's new state.
|
||||
|
||||
Args:
|
||||
|
|
Loading…
Reference in a new issue