-
Notifications
You must be signed in to change notification settings - Fork 222
4.79.0 Release #3681
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.79.0 Release #3681
Conversation
Co-authored-by: Stream Bot <[email protected]>
* Fix swipe to reply enabled when quoting a message is disabled * Update CHANGELOG.md
* Add ChatMessage.changing + improve docs of ChatMessage.replacing * Add `SendMessageInterceptor` * Implement SendMessageInterceptor in MessageRepository * Create separate functions to handle the normal message request and the intercepted one * Use a factory to allow for more flexibility, especially to make it possible to expose an interceptor that uses our internal API * Example on how to use our internal sendMessage as an interceptor * Revert "Example on how to use our internal sendMessage as an interceptor" This reverts commit 3985f12. * Fix some minor typos * Update CHANGELOG.md * Add test coverage to replacing() and changing() functions * Add Message Repository test coverage * PR Feedback
β¦essage.updated` web-socket event (#3674)
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the πͺ§ TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Generated by π« Danger |
Build for regression testing β123457069 has been uploaded to TestFlight π |
SDK Size
|
|
SDK Performance
|
/merge release |
Publication of the release has been launched π |
StreamChat
β Added
SendMessageInterceptor
to intercept send message requests #3671ChatMessage.changing()
to allow overriding message data temporarily #3671π Fixed
MessageUpdatedEvent
for messages with restricted visibility #3674message.updated
web-socket event #3674StreamChatUI
π Fixed
ChatMessagePopupVC
transition animation when there are no reactions #3670