From 56b9f2278178c852e0e3d7bb499cf0e157151e3a Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Wed, 19 Feb 2020 22:19:59 +0200 Subject: Add custom name for m.server_notice tag --- ui/room-list.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui/room-list.go') diff --git a/ui/room-list.go b/ui/room-list.go index 53337b6..b6fc612 100644 --- a/ui/room-list.go +++ b/ui/room-list.go @@ -509,6 +509,8 @@ func (list *RoomList) GetTagDisplayName(tag string) string { return "Favorites" case tag == "m.lowpriority": return "Low Priority" + case tag == "m.server_notice": + return "System Alerts" case tag == "net.maunium.gomuks.fake.direct": return "People" case strings.HasPrefix(tag, "u."): -- cgit v1.2.3