Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUse Matrix filtering API to avoid downloading unecessary data #5535
Comments
|
Is that related to #5343 ? |
|
Related: raiden-network/light-client#746 |
|
@rakanalh and @hackaugusto split this into multiple issues |
Abstract
ATM
syncis used without any filters, this means all messages from thebroadcastrooms and the presence updates for all the users that are in theserooms are downloaded, even though this data is not of interest to the client.Motivation
Reduce download size and load in the Matrix server.