Skip to content
Snippets Groups Projects
Commit c058aeb8 authored by Hubert Chathi's avatar Hubert Chathi
Browse files

update set_e2e_room_key to agree with fixed index

parent 81b8080a
No related branches found
No related tags found
No related merge requests found
......@@ -82,11 +82,11 @@ class EndToEndRoomKeyStore(SQLBaseStore):
table="e2e_room_keys",
keyvalues={
"user_id": user_id,
"version": version,
"room_id": room_id,
"session_id": session_id,
},
values={
"version": version,
"first_message_index": room_key["first_message_index"],
"forwarded_count": room_key["forwarded_count"],
"is_verified": room_key["is_verified"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment