forked from MirrorHub/synapse
Lint
This commit is contained in:
parent
297aaf4816
commit
54b78a0e3b
1 changed files with 1 additions and 2 deletions
|
@ -210,8 +210,7 @@ class E2eRoomKeysHandler(object):
|
|||
if not isinstance(room_key["is_verified"], bool):
|
||||
msg = (
|
||||
"is_verified must be a boolean in keys for session %s in"
|
||||
"room %s"
|
||||
% (session_id, room_id)
|
||||
"room %s" % (session_id, room_id)
|
||||
)
|
||||
raise SynapseError(400, msg, Codes.INVALID_PARAM)
|
||||
|
||||
|
|
Loading…
Reference in a new issue