Skip to content
Snippets Groups Projects
Commit 34034af1 authored by Mark Haines's avatar Mark Haines
Browse files

Better response message when signature is missing or unsupported

parent 07639c79
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment