-
Notifications
You must be signed in to change notification settings - Fork 373
feat(llc, core, persistence): channel pinning and archiving #2204
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
Conversation
…hive-channel # Conflicts: # packages/stream_chat/lib/src/client/channel.dart # packages/stream_chat_flutter_core/lib/src/stream_channel_list_event_handler.dart
# Conflicts: # packages/stream_chat/lib/src/core/api/requests.dart # packages/stream_chat/lib/src/core/models/channel_state.dart # packages/stream_chat_persistence/lib/src/dao/channel_query_dao.dart # packages/stream_chat_persistence/lib/src/stream_chat_persistence_client.dart
|
packages/stream_chat_flutter_core/lib/src/stream_channel_list_controller.dart
Outdated
Show resolved
Hide resolved
packages/stream_chat_flutter_core/lib/src/stream_channel_list_controller.dart
Outdated
Show resolved
Hide resolved
packages/stream_chat_flutter_core/lib/src/stream_channel_list_controller.dart
Outdated
Show resolved
Hide resolved
packages/stream_chat_flutter_core/lib/src/stream_channel_list_controller.dart
Outdated
Show resolved
Hide resolved
dcbdf9b to
14e5e80
Compare
14e5e80 to
84cfcb2
Compare
8b48ac4 to
08a1a1b
Compare
8515558 to
0cb0bb1
Compare
0cb0bb1 to
1c3ce58
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2204 +/- ##
==========================================
+ Coverage 62.15% 62.23% +0.07%
==========================================
Files 392 392
Lines 24612 24689 +77
==========================================
+ Hits 15298 15364 +66
- Misses 9314 9325 +11 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Submit a pull request
CLA
Description of the pull request
This adds channel pinning and archiving.
When doing an api call to pin/archive or unpin/unarchive the membership object on the channel is updated. In the UI we have to sort again with the pinned status in mind, so we cannot easily just put channels at the top anymore when they are changed.
Fixes FLU-20
Fixes FLU-21