mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-25 11:22:16 +00:00
parent
dc2dd76d98
commit
6c73c0da53
3 changed files with 10 additions and 3 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue