diff options
author | Erik Johnston <erik@matrix.org> | 2018-07-23 17:43:01 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2018-07-23 17:43:01 +0100 |
commit | 8b9f164fff6cf821ff5bc702f3660c0f0eb320e7 (patch) | |
tree | 0ee4c637318472f350e0f951ecac96ff1646b108 /synapse/events | |
parent | Newsfile (diff) | |
download | synapse-8b9f164fff6cf821ff5bc702f3660c0f0eb320e7.tar.xz |
Comments
Diffstat (limited to 'synapse/events')
-rw-r--r-- | synapse/events/snapshot.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/synapse/events/snapshot.py b/synapse/events/snapshot.py index c439b53801..189212b0fa 100644 --- a/synapse/events/snapshot.py +++ b/synapse/events/snapshot.py @@ -221,8 +221,9 @@ class EventContext(object): """Gets the current state IDs if we have them already cached. Returns: - dict[(str, str), str]|None: Returns None if state_group - is None, which happens when the associated event is an outlier. + dict[(str, str), str]|None: Returns None if we haven't cached the + state or if state_group is None, which happens when the associated + event is an outlier. """ return self._current_state_ids |