SkygearIO/chat-SDK-iOS

uikit: failed messages are not displayed as failed if they are sent recently

Closed this issue · 0 comments

When sending a message and the message fails to send, the uikit does not display the message as failed because the add callback does not have the message operation. The view controller requires a message operation to denote an error.