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

Room list filtering #13

Closed KB1RD closed 4 years ago

KB1RD commented 4 years ago

Currently, all rooms are displayed in the room list. This is a bad idea since the user can easily pick a room that has a long chat history and is not a document. There is talk of creating a room tag or similar for filtering by room type in the issue https://github.com/matrix-org/matrix-doc/issues/423.

friedger commented 4 years ago

Maybe include a special room event like for matrix-presents https://github.com/Half-Shot/matrix-presents/blob/master/docs/slide-theory.md

KB1RD commented 4 years ago

Added in v0.2.2. It is based on the typed rooms MSC (https://github.com/matrix-org/matrix-doc/pull/1840).