mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:06:07 -04:00
Re-add accidentally removed code
This commit is contained in:
parent
95e53ac535
commit
bb407cd624
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ class FederationHandler(BaseHandler):
|
|||
auth_ids = [e_id for e_id, _ in e.auth_events]
|
||||
auth = {
|
||||
(e.type, e.state_key): e for e in auth_chain
|
||||
if e.event_id in auth_ids
|
||||
if e.event_id in auth_ids or e.type == EventTypes.Create
|
||||
}
|
||||
event_infos.append({
|
||||
"event": e,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue