allow uploading signatures of master key signed by devices

This commit is contained in:
Hubert Chathi 2019-07-17 22:11:31 -04:00
parent 4bb4544784
commit ac4746ac4b
4 changed files with 378 additions and 85 deletions

View file

@ -132,7 +132,7 @@ class EndToEndKeyWorkerStore(SQLBaseStore):
# get signatures on the device
signature_sql = (
"SELECT * "
" FROM e2e_device_signatures "
" FROM e2e_cross_signing_signatures "
" WHERE %s"
) % (
" OR ".join("(" + q + ")" for q in signature_query_clauses)