aboutsummaryrefslogtreecommitdiff
path: root/matrix/sync.go
diff options
context:
space:
mode:
Diffstat (limited to 'matrix/sync.go')
-rw-r--r--matrix/sync.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/matrix/sync.go b/matrix/sync.go
index 3f6860a..2037fcd 100644
--- a/matrix/sync.go
+++ b/matrix/sync.go
@@ -184,7 +184,7 @@ func (s *GomuksSyncer) GetFilterJSON(userID string) json.RawMessage {
},
},
AccountData: gomatrix.FilterPart{
- Types: []string{"m.push_rules", "m.direct"},
+ Types: []string{"m.push_rules", "m.direct", "net.maunium.gomuks.preferences"},
},
Presence: gomatrix.FilterPart{
Types: []string{},