You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
We are seeing signature uploads fail because synapse doesn't have the cross-signing keys for the user in question:
{
"@davetestissdjlkfghndklsfjngjlk:dbkr.me": {
"bO6OqlA3AjbjPOxW7kSfx8N5KHnDU9rjlBWiaCYQOlo": {
"status": 404,
"errcode": "M_NOT_FOUND",
"message": "404: No master key found for @davetestissdjlkfghndklsfjngjlk:dbkr.me"
}
}
}
One cause of this bug was #7252 which is now fixed but the problem still persists.
A reliable way to repro this seems to be to register fresh accounts on matrix.org and a different server, start a chat between them and then verifying the other user. The matrix.org side will fail with the above error.