don't needlessly return user_id

pull/3757/head
Matthew Hodgson 2017-12-31 14:11:02 +00:00 committed by Hubert Chathi
parent 93d174bcc4
commit b5eee511c7
1 changed files with 0 additions and 1 deletions

View File

@ -213,7 +213,6 @@ class EndToEndRoomKeyStore(SQLBaseStore):
"version": this_version,
},
retcols=(
"user_id",
"version",
"algorithm",
"auth_data",