mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-11 16:30:28 +00:00
Add clearChannelMessages to Messages
This commit is contained in:
@@ -818,7 +818,8 @@ class AppProvider with ChangeNotifier {
|
||||
'🔔 [AppProvider] onChannelInfoReceived called: idx=$channelIdx, name="$channelName"',
|
||||
);
|
||||
|
||||
final isDeletedChannel = AppProvider.isDeletedChannelInfo(
|
||||
final isDeletedChannel = connectionProvider
|
||||
.shouldTreatChannelInfoAsDeleted(
|
||||
channelIdx,
|
||||
channelName,
|
||||
secret,
|
||||
|
||||
Reference in New Issue
Block a user