From dddcca376950eca203a1e279c562b6aafb963da7 Mon Sep 17 00:00:00 2001 From: Monet Lee Date: Thu, 22 Aug 2024 11:38:02 +0800 Subject: [PATCH] content format. --- internal/rpc/conversation/conversaion.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/rpc/conversation/conversaion.go b/internal/rpc/conversation/conversaion.go index 0ad7fcf38..d43e195aa 100644 --- a/internal/rpc/conversation/conversaion.go +++ b/internal/rpc/conversation/conversaion.go @@ -333,6 +333,7 @@ func (c *conversationServer) SetConversations(ctx context.Context, req *pbconver if err := c.conversationDatabase.SyncPeerUserPrivateConversationTx(ctx, conversations); err != nil { return nil, err } + for _, userID := range req.UserIDs { c.conversationNotificationSender.ConversationSetPrivateNotification(ctx, userID, req.Conversation.UserID, req.Conversation.IsPrivateChat.Value, req.Conversation.ConversationID)