feat: SSR 评论回复与 @ 提及通知
发评/审通接入 NotifyService,系统通知会话支持 kind 筛选。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -108,6 +108,7 @@ func Setup(cfg *config.Config) (*gin.Engine, error) {
|
||||
SitePage: sitePageSvc,
|
||||
Report: reportSvc,
|
||||
Captcha: captchaSvc,
|
||||
Notify: notifySvc,
|
||||
}, authMW)
|
||||
|
||||
r.GET("/media/thumb/*filepath", h.ServeImageThumb)
|
||||
|
||||
Reference in New Issue
Block a user