mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-01-23 05:41:13 -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)
|
||||
|
||||
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:
|
||||
return await self.forward_to_web(request, token=client.access_token)
|
||||
|
Loading…
Reference in New Issue
Block a user