mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 14:06:02 -04:00
allow uploading signatures of master key signed by devices
This commit is contained in:
parent
4bb4544784
commit
ac4746ac4b
4 changed files with 378 additions and 85 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue