Merge remote-tracking branch 'origin/develop' into cds-328
# Conflicts: # packages/stream_chat/CHANGELOG.md # packages/stream_chat/lib/src/client/client.dart
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
## Upcoming
|
||||
|
||||
🛑️ Removed
|
||||
|
||||
- The `MessageTranslation` class has been removed. Use the new `i18n` field in the `Message` class instead.
|
||||
|
||||
✅ Added
|
||||
@@ -8,6 +9,11 @@
|
||||
- The `Message` class now has an `i18n` field for translations
|
||||
- The `User` class now has a `language` field for the user's language preference.
|
||||
|
||||
🔄 Changed
|
||||
|
||||
- `client.user` is now deprecated in favor of `client.currentUser`.
|
||||
- `client.userStream` is now deprecated in favor of `client.currentUserStream`.
|
||||
|
||||
🐞 Fixed
|
||||
|
||||
- [#563](https://github.com/GetStream/stream-chat-flutter/issues/563): `Channel.stopWatching()` not working
|
||||
|
||||
Reference in New Issue
Block a user