Typo fix in a comment: subequently -> subsequently. (#8988)
parent
4ca054a4ea
commit
e1943d1353
|
@ -233,7 +233,7 @@ async def filter_events_for_client(
|
||||||
|
|
||||||
elif visibility == HistoryVisibility.SHARED and is_peeking:
|
elif visibility == HistoryVisibility.SHARED and is_peeking:
|
||||||
# if the visibility is shared, users cannot see the event unless
|
# 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)
|
# time, of course)
|
||||||
#
|
#
|
||||||
# XXX: if the user has subsequently joined and then left again,
|
# XXX: if the user has subsequently joined and then left again,
|
||||||
|
|
Loading…
Reference in New Issue