From b76c8d01478bcdeb8e0f0c00ca56f577a425674b Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Thu, 24 May 2018 23:26:57 +0300 Subject: Add UI preferences and simplify config save/load (ref #43) --- matrix/sync.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'matrix/sync.go') 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{}, -- cgit v1.2.3