add channel to view if new message arrives and the channel is hidden
This commit is contained in:
@@ -377,6 +377,7 @@ class _ChannelListViewState extends State<ChannelListView>
|
||||
.on(
|
||||
EventType.connectionRecovered,
|
||||
EventType.notificationAddedToChannel,
|
||||
EventType.notificationMessageNew,
|
||||
EventType.channelVisible,
|
||||
)
|
||||
.listen((event) {
|
||||
|
||||
Reference in New Issue
Block a user