When a message/customType is changed 'onMessageUpdated' is not getting triggered

[Problem/Question]
When a message/customType is changed ‘onMessageUpdated’ is not getting triggered for the sender or the participating user

[SDK Version]
@sendbird/chat version 4.2.4

[Reproduction Steps]
I’m adding group handler similar to onMessageRecived or onMessageDeleted, which are working
but not onMessageUpdated

[Frequency]
Not working at all

[Current impact]
It is very critical because update of messages is not propagating

How can I EXCALATE this issue?

Hi,

I’ve checked with v4.2.4 that onMessageUpdated() gets triggered normally.

FYI, notified devices: All devices where client apps with the channel are in the foreground, except the device where the message was updated.

Hi Brain,

Thanks for your prompt response… I have implemented onMessageUpdated similar to onMessageReceived with a unique handler id, but onMessageUpdated is one that is not working. I’m testing it with two different browsers chrome and Edge. Chrome user is updating the message sent by him earlier and the participant user is on Edge.

Thanks.

It works for me.

[steps]

  1. user-a sends a message and updates a message from a chrome browser
  2. user-b checks the onMessageUpdated() handler logs from a firefox browser

or

  1. user-a sends a message and updates a message from an android device
  2. user-b checks the onMessageUpdated() handler logs from a firefox browser

Thanks, I will check it out again.