mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:56:06 -04: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