mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Fix incorrect key_ids in error message
This commit is contained in:
parent
e76d1135dd
commit
dd1ea9763a
@ -144,7 +144,7 @@ class Keyring(object):
|
||||
)
|
||||
raise SynapseError(
|
||||
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,
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user