mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-24 13:16:06 -05:00
Only store event_auth for state events
This commit is contained in:
parent
58c4720293
commit
c049472b8a
3 changed files with 44 additions and 12 deletions
|
|
@ -1120,6 +1120,7 @@ class EventsStore(SQLBaseStore):
|
|||
}
|
||||
for event, _ in events_and_contexts
|
||||
for auth_id, _ in event.auth_events
|
||||
if event.is_state()
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue