[Problem/Question]
Hi everyone,
After upgrading the SDK version from 3.1.1 to 3.19, I’m encountering an issue where I can no longer edit messages. When attempting to edit a message, I experience a long timeout, followed by a toast notification displaying “could not edit message.”
Error Details: Using the Android Studio debugger, I found the following error message:
Command received no ack. ack timeout[{"channel_url":"sendbird_group_channel_192153120_6eba919a780c35f0749fff36697a761142264ad2","msg_id":8411211681,"mention_type":"users","mentioned_user_ids":[],"message":"Test7","mentioned_message_template":"","req_id":"1727094602756"}]
I’m unable to identify the root cause based on this error.
Could anyone provide guidance or insights on this issue? Any help would be appreciated!
[SDK Version]
3.19
[Reproduction Steps]
- Detect a long press on a message in the chat.
- Display a custom menu.
- Select the edit option from the custom menu, which triggers the
invokeMessageContextMenu
method in a customChannelFragment
.
[Frequency]
10 of 10
[Current impact]
low