mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-09 01:02:10 -04:00
Fix joining over federation
This commit is contained in:
parent
8b0e96474b
commit
49948d72f3
5 changed files with 55 additions and 56 deletions
|
@ -310,6 +310,7 @@ class DataStore(RoomMemberStore, RoomStore,
|
|||
"room_id": event.room_id,
|
||||
"auth_id": auth_id,
|
||||
},
|
||||
or_ignore=True,
|
||||
)
|
||||
|
||||
(ref_alg, ref_hash_bytes) = compute_event_reference_hash(event)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue