mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 13:36:02 -04:00
Fix docstring in EventContext (#14145)
This commit is contained in:
parent
06b0c4edfe
commit
1c777ef1e8
2 changed files with 4 additions and 1 deletions
|
@ -65,7 +65,8 @@ class EventContext:
|
|||
None does not necessarily mean that ``state_group`` does not have
|
||||
a prev_group!
|
||||
|
||||
If the event is a state event, this is normally the same as ``prev_group``.
|
||||
If the event is a state event, this is normally the same as
|
||||
``state_group_before_event``.
|
||||
|
||||
If ``state_group`` is None (ie, the event is an outlier), ``prev_group``
|
||||
will always also be ``None``.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue