Skip to content

Commit

Permalink
modify
Browse files Browse the repository at this point in the history
  • Loading branch information
haoxiuwen committed Oct 14, 2024
1 parent f39d1b3 commit 4b41122
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -286,11 +286,11 @@ Follow the steps to implement read receipts for a chat group message:
ChatClient.getInstance()
.chatManager.sendGroupMessageReadAck(msgId, groupId)
.then(() => {
// Print a log here is the message sending succeeds.
// Print a log here if the message sending succeeds.
console.log("send message read success.");
})
.catch((reason) => {
// Print a log here is the message sending fails.
// Print a log here if the message sending fails.
console.log("send message read fail.", reason);
});
```

0 comments on commit 4b41122

Please sign in to comment.