mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-06-30 14:10:30 +10:00
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -999,7 +999,9 @@ class MeshCoreConnector extends ChangeNotifier {
|
|||||||
_conversations.clear();
|
_conversations.clear();
|
||||||
_loadedConversationKeys.clear();
|
_loadedConversationKeys.clear();
|
||||||
_channelMessages.clear();
|
_channelMessages.clear();
|
||||||
|
_channels.clear();
|
||||||
_cachedChannels.clear();
|
_cachedChannels.clear();
|
||||||
|
_previousChannelsCache.clear();
|
||||||
_knownContactKeys.clear();
|
_knownContactKeys.clear();
|
||||||
_contactUnreadCount.clear();
|
_contactUnreadCount.clear();
|
||||||
_unreadStateLoaded = false;
|
_unreadStateLoaded = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user