Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-20 12:46:32 +08:00
parent 05b512e8cc
commit 66b7d27dc4
5 changed files with 303 additions and 298 deletions

View File

@@ -362,22 +362,7 @@ class _VideoReplyReplyPanelState
_videoReplyReplyController.count.value += 1;
_videoReplyReplyController.loadingState.refresh();
if (_videoReplyReplyController.enableCommAntifraud && mounted) {
_videoReplyReplyController.checkReply(
context: context,
oid: oid,
rpid: root,
replyType: widget.replyType.index,
replyId: replyInfo.id.toInt(),
message: replyInfo.content.message,
//
root: replyInfo.root.toInt(),
parent: replyInfo.parent.toInt(),
ctime: replyInfo.ctime.toInt(),
pictures: replyInfo.content.pictures
.map((item) => item.toProto3Json())
.toList(),
mid: replyInfo.mid.toInt(),
);
_videoReplyReplyController.onCheckReply(context, item);
}
}
});