0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-20 12:33:46 +02:00

Fix docstring in EventContext (#14145)

This commit is contained in:
Shay 2022-10-18 13:40:50 -07:00 committed by GitHub
parent 06b0c4edfe
commit 1c777ef1e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

2
changelog.d/14145.doc Normal file
View file

@ -0,0 +1,2 @@
Clarify comment on event contexts.

View file

@ -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``.