by Robin at 20241204

This commit is contained in:
Robin 2024-12-04 13:02:01 +08:00
parent 1c3f6940dc
commit dbf04e88d3
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ func (s *NotifBcstCenter) bcstToMidsThroughWebsocket(ctx *gin.Context, notif *db
msg := melody.BizMsg{
Type: firenzeproto.MsgTypeSysNotifyTab,
Data: map[string]any{
"unread_cnt": total + urc,
"unread_cnt": total,
"notif": notif,
},
}