Skip to content

Commit

Permalink
revoke msg sync
Browse files Browse the repository at this point in the history
  • Loading branch information
FGadvancer committed Feb 24, 2022
1 parent 2f25564 commit bf64d98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/conversation_msg/open_im_sdk_conversation_msg.go
Original file line number Diff line number Diff line change
Expand Up @@ -696,6 +696,7 @@ func (c *Conversation) internalSendMessage(callback open_im_sdk_callback.Base, s
options[constant.IsHistory] = false
options[constant.IsPersistent] = false
options[constant.IsOfflinePush] = false
options[constant.IsSenderSync] = false
}

var wsMsgData server_api_params.MsgData
Expand Down

0 comments on commit bf64d98

Please sign in to comment.