Add clearChannelMessages to Messages

This commit is contained in:
Janez T
2026-03-13 18:55:05 +01:00
parent 36584be0ab
commit 083b715039
3 changed files with 54 additions and 46 deletions

View File

@@ -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,