forked from MirrorHub/synapse
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