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

@@ -169,7 +169,6 @@ class VideoReplyReplyController extends ReplyController
next: cursor?.next,
mode: mode.value,
),
banWordForReply: banWordForReply,
antiGoodsReply: antiGoodsReply,
)
: GlobalData().grpcReply
@@ -182,7 +181,6 @@ class VideoReplyReplyController extends ReplyController
next: cursor?.next,
mode: mode.value,
),
banWordForReply: banWordForReply,
antiGoodsReply: antiGoodsReply,
)
: ReplyHttp.replyReplyList(
@@ -191,7 +189,6 @@ class VideoReplyReplyController extends ReplyController
root: rpid,
pageNum: currentPage,
type: replyType.index,
banWordForReply: banWordForReply,
antiGoodsReply: antiGoodsReply,
);