Error reply message

hallo sendbird tim,

I get an error when I try to reply to a message that has been replied to before.

▿ Optional

  • some : 0x600002750ee0 - Message: Ttttttttt, ID: 0, Sender: Manika Larasati, Timestamp: 1647583586688
    Printing description of error.some:
    (NSError) baseNSError@0 = domain: “Message is blocked due to invalid ‘parent_message_id’” - code: 900033 {
    _userInfo = 0x0000000000000000
    }

Hi @Reza_Pahlevi

While replying to the message, parent_message_id is important. The error says that parent_message_id is invalid.

How did you implement the reply feature? Could you please share some here? https://sendbird.com/docs/chat/v3/ios/tutorials/message-threading#2-reply-to-a-message

In addition to @sardorbek.numonov’s comment, it’s important to note that you cannot reply to a reply. Sendbird currently only supports 1 level of threading.

1 Like

Is this still the same, where I can’t reply to 2 or more levels of threading?

Hello,

Yes, it’s still the same. More details here: Create a message thread | Chat JavaScript SDK | Sendbird Docs

Thank you for the confirmation