mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-13 18:12:13 -04:00
Comment
This commit is contained in:
parent
d668caa79c
commit
6489455bed
1 changed files with 2 additions and 0 deletions
|
@ -321,6 +321,8 @@ class RulesForRoom(object):
|
||||||
for row in rows
|
for row in rows
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# If the event is a join event then it will be in current state evnts
|
||||||
|
# map but not in the DB, so we have to explicitly insert it.
|
||||||
if event.type == EventTypes.Member:
|
if event.type == EventTypes.Member:
|
||||||
for event_id in member_event_ids.itervalues():
|
for event_id in member_event_ids.itervalues():
|
||||||
if event_id == event.event_id:
|
if event_id == event.event_id:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue