collab_panel: Add ability to favorite a channel#52378
Conversation
|
storage layer
|
|
@Vastargazing thank you! I pushed a quick tweak towards improving your first point. The second one was just me writing incorrectly, fixed in the description, too. The third point is intentional. |
Follow up to #52378 This PR fixes a little race condition that was happening where we were running the favorite channel pruning function faster than the channels could load, leading to favorite channels not surviving the app restarting. The fix is to make the pruning happen only when the number of channels is bigger than 0, which means the list from the server has already been loaded. Release Notes: - N/A _(No release notes yet because this feature hasn't reached the wider public)_
This PR adds the ability to favorite a channel in the collab panel. Note that favorited channels:
Release Notes: