remove events
This commit is contained in:
@@ -153,8 +153,6 @@ class ChannelsBlocState extends State<ChannelsBloc>
|
|||||||
_subscriptions.add(client
|
_subscriptions.add(client
|
||||||
.on(
|
.on(
|
||||||
EventType.messageNew,
|
EventType.messageNew,
|
||||||
EventType.notificationAddedToChannel,
|
|
||||||
EventType.notificationMessageNew,
|
|
||||||
)
|
)
|
||||||
.listen((e) {
|
.listen((e) {
|
||||||
final newChannels = List<Channel>.from(channels ?? []);
|
final newChannels = List<Channel>.from(channels ?? []);
|
||||||
|
|||||||
Reference in New Issue
Block a user