mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-02-02 10:35:10 -05:00
fix bug
This commit is contained in:
parent
f747c83af4
commit
fadcf2934d
@ -856,7 +856,7 @@ class ProxyDaemon:
|
|||||||
self.store.save_media(self.name, media)
|
self.store.save_media(self.name, media)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
response, decrypted_file = await self._load_media(mxc_server, mxc_path, file_name, request)
|
response, decrypted_file = await self._load_media(mxc_server, mxc_path, file_name)
|
||||||
|
|
||||||
if response is None and decrypted_file is None:
|
if response is None and decrypted_file is None:
|
||||||
return await self.forward_to_web(request, token=client.access_token)
|
return await self.forward_to_web(request, token=client.access_token)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user