mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-25 02:55:46 +03:00
Typo fix in a comment: subequently -> subsequently. (#8988)
This commit is contained in:
parent
4ca054a4ea
commit
e1943d1353
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ async def filter_events_for_client(
|
|||
|
||||
elif visibility == HistoryVisibility.SHARED and is_peeking:
|
||||
# if the visibility is shared, users cannot see the event unless
|
||||
# they have *subequently* joined the room (or were members at the
|
||||
# they have *subsequently* joined the room (or were members at the
|
||||
# time, of course)
|
||||
#
|
||||
# XXX: if the user has subsequently joined and then left again,
|
||||
|
|
Loading…
Reference in a new issue