-
Notifications
You must be signed in to change notification settings - Fork 32
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
Matrix events have a size limit; may interact badly with snapshots #11
Comments
@reivilibre You're right. Have you run into this? The solution I have in mind would be fairly straightforward indeed; to send messages / snapshots that exceed the size limit as attachments (media). Afaik that approach shouldn't have any downsides |
I haven't ran into this yet, but an application I was looking to make would do quite easily so I thought I'd be smart for a change and check first :-) |
Ah, that's one way of surpassing that limit... as an option for size-intensive apps! |
I ran into this problem with my own project as well. |
Ran into this issue as well. |
The title describes it all really, but Matrix events have a 65536 byte size limit (with the server-side attributes included), so this currently places an upper bound on the size of a snapshot (and thus presumably on the size of a document?) as they are encoded as events.
Do you have anything in mind to work around this; e.g. encoding snapshots as (encrypted) media?
The text was updated successfully, but these errors were encountered: