opt handle reply note

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-02-05 10:55:27 +08:00
parent 29a9b22c29
commit ca387787b3
2 changed files with 24 additions and 13 deletions

View File

@@ -246,7 +246,7 @@ class _VideoReplyPanelState extends State<VideoReplyPanel>
id: id,
oid: oid,
rpid: rpid,
firstFloor: replyItem,
firstFloor: replyItem.replyControl.isNote ? null : replyItem,
replyType: _videoReplyController.videoType.replyType,
isVideoDetail: true,
isNested: widget.isNested,