opt: filter data

Closes #283

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-02-19 15:19:50 +08:00
parent cfb6c674ea
commit f22cad42d7
9 changed files with 53 additions and 65 deletions

View File

@@ -54,7 +54,6 @@ class DynamicDetailController extends ReplyController {
next: cursor?.next ?? $fixnum.Int64(0),
mode: mode.value,
),
banWordForReply: banWordForReply,
antiGoodsReply: antiGoodsReply,
)
: ReplyHttp.replyList(
@@ -64,7 +63,6 @@ class DynamicDetailController extends ReplyController {
type: type,
sort: sortType.value.index,
page: currentPage,
banWordForReply: banWordForReply,
antiGoodsReply: antiGoodsReply,
);
}