KB1RD / matrix-notepad

A buggy way to collaborate on text documents using the Matrix protocol. When it works, consider this the Matrix Console of collaboration!
https://matrix-notepad.kb1rd.net/
GNU General Public License v3.0
67 stars 1 forks source link

Properly use Matrix filters to search for room and event type #6

Closed KB1RD closed 4 years ago

KB1RD commented 4 years ago

ATM, filtering is done on the client side, meaning the client receives ALL messages when it tries to sync back. Filtering is provided in the Matrix JS SDK and should be used. This will require resolving https://github.com/matrix-org/synapse/issues/4299

KB1RD commented 4 years ago

I think I already mostly fixed this. Filters do not properly use limit and instead limit the types to nothing, but this is related to the synapse bug above.