Restore activity notification subscriptions screen (#11201)

This commit is contained in:
DS Boyce
2026-07-21 05:16:22 -07:00
committed by GitHub
parent 7d4b91dd38
commit 92ec563f9d
6 changed files with 279 additions and 17 deletions
+1
View File
@@ -328,6 +328,7 @@ func serve(cctx *cli.Context) error {
e.GET("/settings/interests", server.WebGenericNoindex)
e.GET("/settings/about", server.WebGenericNoindex)
e.GET("/settings/notifications", server.WebGenericNoindex)
e.GET("/settings/notifications/activity", server.WebGenericNoindex)
e.GET("/sys/debug", server.WebGenericNoindex)
e.GET("/sys/debug-mod", server.WebGenericNoindex)
e.GET("/sys/log", server.WebGenericNoindex)