You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, I am sending 5 messages, and found all 5 messages are not sent successfully, so I need to set undelivered for all these message, then I do like below:
chatController!.initialMessageList[0].setStatus = MessageStatus.undelivered;
chatController!.initialMessageList[1].setStatus = MessageStatus.undelivered;
chatController!.initialMessageList[2].setStatus = MessageStatus.undelivered;
chatController!.initialMessageList[3].setStatus = MessageStatus.undelivered;
chatController!.initialMessageList[4].setStatus = MessageStatus.undelivered;
But it looks only last one works. Can you please check?
Thanks a lot!
The text was updated successfully, but these errors were encountered:
For example, I am sending 5 messages, and found all 5 messages are not sent successfully, so I need to set undelivered for all these message, then I do like below:
chatController!.initialMessageList[0].setStatus = MessageStatus.undelivered;
chatController!.initialMessageList[1].setStatus = MessageStatus.undelivered;
chatController!.initialMessageList[2].setStatus = MessageStatus.undelivered;
chatController!.initialMessageList[3].setStatus = MessageStatus.undelivered;
chatController!.initialMessageList[4].setStatus = MessageStatus.undelivered;
But it looks only last one works. Can you please check?
Thanks a lot!
The text was updated successfully, but these errors were encountered: