mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-07 04:12:44 -04:00
Fix incorrect key_ids in error message
This commit is contained in:
parent
e76d1135dd
commit
dd1ea9763a
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue