mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Better response message when signature is missing or unsupported
This commit is contained in:
parent
07639c79d9
commit
34034af1c9
@ -42,7 +42,7 @@ class Keyring(object):
|
||||
if not key_ids:
|
||||
raise SynapseError(
|
||||
400,
|
||||
"No supported algorithms in signing keys",
|
||||
"Not signed with a supported algorithm",
|
||||
Codes.UNAUTHORIZED,
|
||||
)
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user