mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-07-19 21:18:40 -04:00
fix bug
This commit is contained in:
parent
6cedf846bd
commit
e66a3bc2d1
1 changed files with 1 additions and 1 deletions
|
@ -860,7 +860,7 @@ class ProxyDaemon:
|
|||
if not upload_info or not media_info:
|
||||
return await self.forward_to_web(request, token=client.access_token)
|
||||
|
||||
response, decrypted_file = await self._load_decrypted_file(media_info.mcx_server, media_info.mxc_path, upload_info.filename)
|
||||
response, decrypted_file = await self._load_decrypted_file(media_info.mxc_server, media_info.mxc_path, upload_info.filename)
|
||||
|
||||
if response is None and decrypted_file is None:
|
||||
return await self.forward_to_web(request, token=client.access_token)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue