Skip to main content

Starting March 27, 2026, RC is rebranded as Nexconn. Existing RC SDK customers can continue using this documentation. New customers should refer to the Nexconn developer documentation.

Edit Message

IMKit supports message editing functionality, allowing users to modify their successfully sent messages.

tip
  • Starting from version 5.26.0, IMKit supports message editing.
  • This feature requires enabling Cloud Storage for One-to-One and Group Messages.

Usage Limitations

  • Currently, message editing only supports text messages and quoted messages in one-to-one and group chats.
  • The default validity period for message editing is 1 day (24 hours).

Enable Message Editing

Message editing is disabled by default in IMKit. You can enable it through global configuration. Note: This setting must be configured before initialization to take effect.

RongConfigCenter.featureConfig().enableEditMessage(true);