mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-11-10 02:45:08 -05:00
Better response message when signature is missing or unsupported
This commit is contained in:
parent
07639c79d9
commit
34034af1c9
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue