diff --git a/internal/push/push_to_client.go b/internal/push/push_to_client.go index b67073795..22a3e7a96 100644 --- a/internal/push/push_to_client.go +++ b/internal/push/push_to_client.go @@ -116,7 +116,7 @@ func (p *Pusher) Push2User(ctx context.Context, userIDs []string, msg *sdkws.Msg } for _, v := range wsResults { - if msg.SendID == v.UserID { + if msg.SendID == v.UserID || msg.ContentType == constant.Typing { continue // Skip if sender and receiver are the same }