Fix upsert

pull/4904/head
Erik Johnston 2019-03-21 10:21:15 +00:00
parent cd62981a6a
commit 3ecec5ede2
1 changed files with 1 additions and 0 deletions

View File

@ -514,6 +514,7 @@ class RoomStore(RoomWorkerStore, SearchStore):
keyvalues={
"room_id": room_id,
},
values={},
insertion_values={
"user_id": user_id,
},