mirror of
https://github.com/matrix-org/synapse.git
synced 2025-11-01 00:31:28 +01: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…
x
Reference in New Issue
Block a user