aboutsummaryrefslogtreecommitdiffstats
path: root/routers/init.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/init.go')
-rw-r--r--routers/init.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/routers/init.go b/routers/init.go
index ad7da70718..f311b4f95d 100644
--- a/routers/init.go
+++ b/routers/init.go
@@ -48,6 +48,7 @@ import (
repo_service "code.gitea.io/gitea/services/repository"
"code.gitea.io/gitea/services/repository/archiver"
"code.gitea.io/gitea/services/task"
+ "code.gitea.io/gitea/services/uinotification"
"code.gitea.io/gitea/services/webhook"
)
@@ -119,6 +120,7 @@ func InitWebInstalled(ctx context.Context) {
mailer.NewContext(ctx)
mustInit(cache.NewContext)
notification.NewContext()
+ mustInit(uinotification.Init)
mustInit(archiver.Init)
highlight.NewContext()