mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 04:44:52 -04:00
Comments
This commit is contained in:
parent
2d5bba151b
commit
8b9f164fff
2 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue