This commit is contained in:
Leufolium 2024-11-07 18:22:39 +08:00
parent 6706183f44
commit a9f548d600
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ func (handler *NotifBuilderHandler) handleSysStreamerPunished() {
},
})
}
argsMap["template_params"] = []any{util.FormatTsAsNotifT(acctpunishment.GetEndTime())}
DefaultService.utilWriteNotifInfoByMap(ctx, consts.SysNotifTemp_StreamerPunishmentEnds, acctpunishment.GetMid(), argsMap)
}
}