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
The completion of this function is never sending completion. Which I believe is also causing that the objects subscribed around are not triggering the reload when a comment is edited. Is this a known issue? Can you help me?
let editor = AmityCommentEditor(client: client, commentId: "<comment-id>")
editor.editText("new-text") { success, error in
// Handle the result
}
The text was updated successfully, but these errors were encountered:
The completion of this function is never sending completion. Which I believe is also causing that the objects subscribed around are not triggering the reload when a comment is edited. Is this a known issue? Can you help me?
The text was updated successfully, but these errors were encountered: