Merge 9c2dee8ee2481065478db0b87096ab484b3750cb into e816626b9ca4a3090e20c6a7bf1ee60151bf6c88

This commit is contained in:
OpenIM-Robot 2025-05-30 10:23:53 +08:00 committed by GitHub
commit 4bc47efb62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -267,6 +267,7 @@ func (c *conversationServer) SetConversations(ctx context.Context, req *pbconver
return nil, err return nil, err
} }
} }
if req.Conversation.ConversationType == constant.WriteGroupChatType { if req.Conversation.ConversationType == constant.WriteGroupChatType {
groupInfo, err := c.groupClient.GetGroupInfo(ctx, req.Conversation.GroupID) groupInfo, err := c.groupClient.GetGroupInfo(ctx, req.Conversation.GroupID)
if err != nil { if err != nil {