fix: dialogue reply type

This commit is contained in:
bggRGjQaUbCoE
2024-10-18 22:39:36 +08:00
parent b0acf1d326
commit 297ec66742

View File

@@ -375,7 +375,7 @@ class _VideoReplyReplyPanelState extends State<VideoReplyReplyPanel> {
oid: replyItem.oid.toInt(), oid: replyItem.oid.toInt(),
rpid: replyItem.root.toInt(), rpid: replyItem.root.toInt(),
dialog: replyItem.dialog.toInt(), dialog: replyItem.dialog.toInt(),
replyType: ReplyType.video, replyType: widget.replyType,
source: 'videoDetail', source: 'videoDetail',
isDialogue: true, isDialogue: true,
), ),