diff --git a/lib/blocs/directs_bloc/directs_bloc.dart b/lib/blocs/directs_bloc/directs_bloc.dart index 3ed085d6..72f0320b 100644 --- a/lib/blocs/directs_bloc/directs_bloc.dart +++ b/lib/blocs/directs_bloc/directs_bloc.dart @@ -118,6 +118,7 @@ class DirectsBloc extends BaseChannelBloc { channels: repository.items, selected: repository.selected, ); + notificationBloc.add(CancelPendingSubscriptions(event.channelId)); } else if (event is LoadSingleChannel) { throw 'Not implemented yet'; } else if (event is RemoveChannel) {