mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-15 06:21:49 +01:00
Fix upsert
This commit is contained in:
parent
cd62981a6a
commit
3ecec5ede2
1 changed files with 1 additions and 0 deletions
|
@ -514,6 +514,7 @@ class RoomStore(RoomWorkerStore, SearchStore):
|
|||
keyvalues={
|
||||
"room_id": room_id,
|
||||
},
|
||||
values={},
|
||||
insertion_values={
|
||||
"user_id": user_id,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue