live dm action

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2026-01-03 10:44:55 +08:00
parent b2da99e334
commit bcacc41db3
9 changed files with 202 additions and 31 deletions

View File

@@ -41,10 +41,10 @@ class LiveDmBlockController extends GetxController
updateValue();
if (response?.keywordList case final keywordList?) {
keywordList.addAll(keywordList);
this.keywordList.addAll(keywordList);
}
if (response?.shieldUserList case final shieldUserList?) {
shieldUserList.addAll(shieldUserList);
this.shieldUserList.addAll(shieldUserList);
}
} else {
res.toast();