-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Authenticated Federated Images not loading with mautrix-discord #17618
Comments
From looking at the code, it appears that the "435 bytes" is always derived from the You can make a request to Click to view an example of making a request
|
Thanks for the reply. I've ran the command and it returned the following: Assuming that this is bytes then this correctly returns 900M. |
#17543 may solve this, and will be included in v1.115, which is expected to go out in a few weeks. Could you test again when it comes out? (Or test against the |
Hello I've just tried 1.114.0rc3 which includes this patch and the issue is resolved! Thank you very much! |
Description
Images from Mautrix-Discord running in direct media mode is failing to federate images since authenticated media is enabled. It works correctly from a client that doesn't support authenticated media. The error is: Requested file is too large > 435 bytes.
Steps to reproduce
Homeserver
Synapse
Synapse Version
1.114.0rc1
Installation Method
Docker (matrixdotorg/synapse)
Database
Signal PostgreSQL server. Not restored from backup and never used SQLite
Workers
Single process
Platform
Debian 12 running in KVM
Configuration
Presence is enabled but not synapse modules or message retention.
Relevant log output
Anything else that would be useful to know?
The setting: max_upload_size is set to 900M.
The text was updated successfully, but these errors were encountered: