Skip to content

3.35.5

Latest

Choose a tag to compare

@sendbird-sdk-deployment sendbird-sdk-deployment released this 15 Jul 04:02
3a288d5

Improvements

  • User messages are now sent and edited exactly as typed — leading and trailing whitespace and newlines are no longer trimmed from outgoing messages. Messages consisting only of whitespace are still blocked from being sent.
    • Note: SBUGlobalCustomParams.userMessageParamsSendBuilder / userMessageParamsUpdateBuilder now receive the untrimmed message text.
  • Fixed a memory leak where every rendered message cell was retained after closing a channel, caused by a retain cycle in messageTemplateActionHandler.