You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.