Skip to content
Snippets Groups Projects
Commit dd1ea976 authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

Fix incorrect key_ids in error message

parent e76d1135
No related branches found
No related tags found
No related merge requests found
...@@ -144,7 +144,7 @@ class Keyring(object): ...@@ -144,7 +144,7 @@ class Keyring(object):
) )
raise SynapseError( raise SynapseError(
401, 401,
"No key for %s with id %s" % (server_name, key_ids), "No key for %s with id %s" % (server_name, verify_request.key_ids),
Codes.UNAUTHORIZED, Codes.UNAUTHORIZED,
) )
......
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