opt live emote

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-03-29 18:08:28 +08:00
parent 886c53c7d8
commit 82483b33fc
2 changed files with 13 additions and 8 deletions

View File

@@ -3,7 +3,7 @@ class BaseEmote {
late String emoticonUnique;
late double width;
late double height;
late final isUpower = emoticonUnique.startsWith('upower_');
late final isOfficial = emoticonUnique.startsWith('official_');
BaseEmote.fromJson(Map<String, dynamic> json) {
url = json['url'];