Skip to content

Commit a5f09a0

Browse files
authored
Merge pull request #779 from openimsdk/cherry-pick-9f5abc4
deps: Merge #777 PRs into pre-release-v3.8.2
2 parents 7751f20 + 4d49b07 commit a5f09a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/conversation_msg/revoke.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ func (c *Conversation) quoteMsgRevokeHandle(ctx context.Context, conversationID
154154
return errs.New("QuoteMessage is nil").Wrap()
155155
}
156156
if s.QuoteMessage.ClientMsgID != revokedMsg.ClientMsgID {
157-
return errs.New("quoteMessage ClientMsgID is not revokedMsg ClientMsgID").Wrap()
157+
return nil
158158
}
159159

160160
s.QuoteMessage.Content = utils.StructToJsonString(revokedMsg)

0 commit comments

Comments
 (0)