[APP-601] Add muted accounts list (#565)

* Add muted accounts list

* Fix icon for muted accounts
This commit is contained in:
Paul Frazee
2023-05-02 23:32:16 -05:00
committed by GitHub
parent 2eb0d8c095
commit 883700e090
10 changed files with 308 additions and 1 deletions
+1
View File
@@ -93,6 +93,7 @@ func serve(cctx *cli.Context) error {
e.GET("/notifications", server.WebGeneric)
e.GET("/settings", server.WebGeneric)
e.GET("/settings/app-passwords", server.WebGeneric)
e.GET("/settings/muted-accounts", server.WebGeneric)
e.GET("/settings/blocked-accounts", server.WebGeneric)
e.GET("/sys/debug", server.WebGeneric)
e.GET("/sys/log", server.WebGeneric)