Skip to content

Commit 9d6fc85

Browse files
committed
conversation update
1 parent bf8019c commit 9d6fc85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/conversation_msg/conversation.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ func (c *Conversation) revokeOneMessage(callback open_im_sdk_callback.Base, req
251251
switch req.SessionType {
252252
case constant.SingleChatType:
253253
recvID = req.RecvID
254-
conversationID = utils.GetConversationIDBySessionType(groupID, constant.SingleChatType)
254+
conversationID = utils.GetConversationIDBySessionType(recvID, constant.SingleChatType)
255255
case constant.GroupChatType:
256256
groupID = req.GroupID
257257
conversationID = utils.GetConversationIDBySessionType(groupID, constant.GroupChatType)

0 commit comments

Comments
 (0)