0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-12-17 07:03:51 +01:00

don't needlessly return user_id

This commit is contained in:
Matthew Hodgson 2017-12-31 14:11:02 +00:00 committed by Hubert Chathi
parent 93d174bcc4
commit b5eee511c7

View file

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