don't needlessly return user_id

This commit is contained in:
Matthew Hodgson
2018-08-12 19:14:31 -04:00
committed by Hubert Chathi
parent 93d174bcc4
commit b5eee511c7
-1
View File
@@ -213,7 +213,6 @@ class EndToEndRoomKeyStore(SQLBaseStore):
"version": this_version,
},
retcols=(
"user_id",
"version",
"algorithm",
"auth_data",