fix ai suggestions

This commit is contained in:
zach
2026-03-06 15:11:21 -07:00
parent 7c479f9121
commit b2770ef028
2 changed files with 9 additions and 1 deletions
+2
View File
@@ -281,6 +281,7 @@ class PathHistoryService extends ChangeNotifier {
_autoRotationIndex.remove(contactPubKeyHex);
_floodStats.remove(contactPubKeyHex);
await _storage.clearPathHistory(contactPubKeyHex);
_version++;
notifyListeners();
}
@@ -300,6 +301,7 @@ class PathHistoryService extends ChangeNotifier {
);
await _storage.savePathHistory(contactPubKeyHex, _cache[contactPubKeyHex]!);
_version++;
notifyListeners();
}