mark deleted sc

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-01-10 11:40:33 +08:00
parent d10c737a38
commit ef975de624
3 changed files with 32 additions and 8 deletions

View File

@@ -14,7 +14,8 @@ class SuperChatItem {
String token;
int ts;
UserInfo userInfo;
bool expired = false;
late bool expired = false;
late bool deleted = false;
SuperChatItem({
required this.id,