fix: 评论与转发相同时去掉动态原文(#128)

Fixed #128
This commit is contained in:
shanmite 2022-03-01 21:08:33 +08:00
parent a0d910632a
commit 45ac58e312

View File

@ -539,7 +539,7 @@ class Monitor extends Searcher {
[1, 4], [1, 4],
() => bili.sendChat( () => bili.sendChat(
rid, rid,
is_repost_then_chat ? relay_chat : chat, is_repost_then_chat ? relay_chat.split('//')[0] : chat,
chat_type chat_type
) )
) )