some modifitions (#636)

* opt: MsgUnReadTypeV2

* mod: recoard history in anonymity mode
This commit is contained in:
My-Responsitories
2025-04-07 21:19:24 +08:00
committed by GitHub
parent 82d615fbbf
commit af289c533f
4 changed files with 8 additions and 10 deletions

View File

@@ -33,7 +33,7 @@ class MainController extends GetxController {
late int homeIndex = -1;
late DynamicBadgeMode msgBadgeMode = GStorage.msgBadgeMode;
late Set<MsgUnReadType> msgUnReadTypes = GStorage.msgUnReadTypeV2.toSet();
late Set<MsgUnReadType> msgUnReadTypes = GStorage.msgUnReadTypeV2;
late final RxString msgUnReadCount = ''.obs;
late int lastCheckUnreadAt = 0;