by Robin at 20241107

This commit is contained in:
Leufolium 2024-11-07 18:25:12 +08:00
parent a9f548d600
commit d685855fc8
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ func NewNotifBuilderHandler() *NotifBuilderHandler {
}
func (handler *NotifBuilderHandler) init() {
handler.handlerMap = make(map[int64]func(ctx *gin.Context, args ...any))
handler.handleSysNotifCancelNotif()
handler.handleSysFirstLogin()
handler.handleSysStreamerPunished()