remove events

This commit is contained in:
Salvatore Giordano
2021-05-05 15:34:46 +02:00
parent bf24123422
commit b75ca8d9a9
@@ -153,8 +153,6 @@ class ChannelsBlocState extends State<ChannelsBloc>
_subscriptions.add(client
.on(
EventType.messageNew,
EventType.notificationAddedToChannel,
EventType.notificationMessageNew,
)
.listen((e) {
final newChannels = List<Channel>.from(channels ?? []);