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
model/api_types: Create method in model to handle stream unsubscription.
This commit adds a function named "_unsubscribe_from_streams" to
model.py. This function updates subscription data by removing
unsubscribed streams from class variables - pinned_streams,
unpinned_streams, muted_streams, and visual_notified_streams.
Co-authored-by: Abhirup Pal <abhiruppalmethodist@gmail.com>
Co-authored-by: Vishwesh Pillai <vishwesh103@gmail.com>
0 commit comments