Fix type signature in get_current_state_deltas

Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>
This commit is contained in:
Olivier Wilkinson (reivilibre) 2019-08-08 11:29:31 +01:00
parent 5216299124
commit 4cb921c0f9

View file

@ -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: