mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-19 18:44:10 -04: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={
|
keyvalues={
|
||||||
"room_id": room_id,
|
"room_id": room_id,
|
||||||
},
|
},
|
||||||
|
values={},
|
||||||
insertion_values={
|
insertion_values={
|
||||||
"user_id": user_id,
|
"user_id": user_id,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue