Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
hrxiang committed Dec 27, 2021
1 parent 6049e8e commit ccd2755
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ public class ConversationInfo {
private String faceUrl;
/**
* 接收消息选项:<br/>
* 1:在线正常接收消息,离线时进行推送<br/>
* 2:不会接收到消息<br/>
* 3:在线正常接收消息,离线不会有推送
* 0:在线正常接收消息,离线时进行推送<br/>
* 1:不会接收到消息<br/>
* 2:在线正常接收消息,离线不会有推送
*/
private int recvMsgOpt;
/**
Expand Down

0 comments on commit ccd2755

Please sign in to comment.