Skip to content

Commit

Permalink
fixed: room tags event listening
Browse files Browse the repository at this point in the history
  • Loading branch information
primalmotion committed Jan 12, 2023
1 parent 68e9d6e commit f118ccd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion matrix/sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,12 @@ func (s *GomuksSyncer) GetFilterJSON(_ id.UserID) *mautrix.Filter {
},
},
AccountData: mautrix.FilterPart{
Types: []event.Type{event.AccountDataPushRules, event.AccountDataDirectChats, AccountDataGomuksPreferences},
Types: []event.Type{
event.AccountDataPushRules,
event.AccountDataDirectChats,
AccountDataGomuksPreferences,
event.AccountDataRoomTags,
},
},
Presence: mautrix.FilterPart{
NotTypes: []event.Type{event.NewEventType("*")},
Expand Down

0 comments on commit f118ccd

Please sign in to comment.