by Robin at 20241204
This commit is contained in:
parent
1c3f6940dc
commit
dbf04e88d3
|
@ -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,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue