Add support for editing room tags

This commit is contained in:
Tulir Asokan
2019-06-16 19:32:57 +03:00
parent 6eaee84465
commit 7f917f0271
6 changed files with 66 additions and 1 deletions

View File

@ -214,6 +214,7 @@ func (s *GomuksSyncer) GetFilterJSON(userID string) json.RawMessage {
Timeline: mautrix.FilterPart{
Types: []string{
"m.room.message",
"m.room.redaction",
"m.room.encrypted",
"m.sticker",
"m.reaction",