mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-26 11:36:03 +03:00
i hate weakly typed languages
This commit is contained in:
parent
55a186485c
commit
34c39398fa
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ class BaseMediaResource(Resource):
|
|||
raise SynapseError(
|
||||
404,
|
||||
"Invalid media id token %r" % (request.postpath,),
|
||||
Codes.UNKKOWN,
|
||||
Codes.UNKNOWN,
|
||||
)
|
||||
|
||||
@staticmethod
|
||||
|
|
Loading…
Reference in a new issue