We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This issue has been migrated from #2298.
Hi, my initial sync with matrix.org is typically > 2 MB and I found most of the data is in presence events. According to client-server spec, I should be able to specify a Filter to limit the number of presence events https://matrix.org/docs/spec/client_server/r0.2.0.html#get-matrix-client-r0-sync
{ "presence": { "limit": 10 }}
Unfortunately, this has no effect on the returned data. I also tried to use a room timeline filter and that works fine.
Being able to reduce the sync to a smaller size would be useful for mobile clients and also help reduce the load on matrix.org
The text was updated successfully, but these errors were encountered:
Presence
No branches or pull requests
This issue has been migrated from #2298.
Hi, my initial sync with matrix.org is typically > 2 MB and I found most of the data is in presence events. According to client-server spec, I should be able to specify a Filter to limit the number of presence events https://matrix.org/docs/spec/client_server/r0.2.0.html#get-matrix-client-r0-sync
Unfortunately, this has no effect on the returned data. I also tried to use a room timeline filter and that works fine.
Being able to reduce the sync to a smaller size would be useful for mobile clients and also help reduce the load on matrix.org
The text was updated successfully, but these errors were encountered: