Commit graph

3 commits

Author SHA1 Message Date
Neil Alexander 59092b345b
Use contexts in migrations 2022-07-25 10:07:41 +01:00
Till Faelligen 3507906f0c Merge branch 'main' of github.com:matrix-org/dendrite into s7evink/migrate 2022-05-19 14:32:10 +02:00
Neil Alexander 5306c73b00
Fix bug when uploading device signatures (#2377)
* Find the complete key ID when uploading signatures

* Try that again

* Try splitting the right thing

* Don't do it for device keys

* Refactor `QuerySignatures`

* Revert "Refactor `QuerySignatures`"

This reverts commit c02832a3e9.

* Both requested key IDs and master/self/user keys

* Fix uniqueness

* Try tweaking GMSL

* Update GMSL again

* Revert "Update GMSL again"

This reverts commit bd6916cc37.

* Revert "Try tweaking GMSL"

This reverts commit 2a054524da.

* Database migrations
2022-04-26 13:08:54 +01:00