Typo fix in a comment: subequently -> subsequently. (#8988)

This commit is contained in:
Tim Gates 2021-02-03 23:24:53 +11:00 committed by GitHub
parent 4ca054a4ea
commit e1943d1353
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,