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, allowing users to modify their successfully sent messages.

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

Usage Limitations

  • Currently, message editing only supports text messages and quoted messages in one-to-one chat and group chat conversations.
  • The default validity period for editing messages is 1 day.

Enable Message Editing

Message editing is disabled by default in IMKit. You can enable it through global configuration.

RCKitConfigCenter.message.enableEditMessage = YES;