mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:56:06 -04:00
fix pyflakes quibble
This commit is contained in:
parent
9ff940a0ef
commit
863d3f26b3
1 changed files with 2 additions and 1 deletions
|
@ -221,7 +221,8 @@ class BaseHandler(object):
|
|||
e.event_id for e in context.current_state.values()
|
||||
)
|
||||
|
||||
if (prev_member_event and
|
||||
if (
|
||||
prev_member_event and
|
||||
prev_member_event.event_id not in context_event_ids
|
||||
):
|
||||
# The prev_member_event is missing from context, so it must
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue