Skip to content

Commit bf64d98

Browse files
committed
revoke msg sync
1 parent 2f25564 commit bf64d98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/conversation_msg/open_im_sdk_conversation_msg.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -696,6 +696,7 @@ func (c *Conversation) internalSendMessage(callback open_im_sdk_callback.Base, s
696696
options[constant.IsHistory] = false
697697
options[constant.IsPersistent] = false
698698
options[constant.IsOfflinePush] = false
699+
options[constant.IsSenderSync] = false
699700
}
700701

701702
var wsMsgData server_api_params.MsgData

0 commit comments

Comments
 (0)