Merge 9c2dee8ee2481065478db0b87096ab484b3750cb into 6d80e6ec1221f2b3650cda19c7642262530d08df

This commit is contained in:
OpenIM-Robot 2025-05-25 12:01:07 +03:00 committed by GitHub
commit fa33d3a852
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
}
}
if req.Conversation.ConversationType == constant.WriteGroupChatType {
groupInfo, err := c.groupClient.GetGroupInfo(ctx, req.Conversation.GroupID)
if err != nil {