| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
using the "Group Typing Notifications" plugin
|
|
|
|
|
|
|
|
|
| |
m.room.name can exist but be an empty string, in which case we
should fallback to one of the other naming schemes.
(#offtopic:matrix.org has this).
Signed-off-by: Dr. David Alan Gilbert <dave@treblig.org>
|
|
|
|
| |
If a room's name changed, we didn't update the UI.
|
|
|
|
|
| |
Propagate received invites to the UI, and correctly handle accepting/refusing
them.
|
|
|
|
| |
Some rooms have a canonical alias which should be used for their names.
|
|
Apart from generally being cleaner, we're going to want to use the statetable
in isolation of rooms, to handle invites.
|