chore(napcat_adapter): 增加回复消息段数据日志
This commit is contained in:
committed by
Windpicker-owo
parent
a456b53920
commit
e903386ffb
@@ -229,6 +229,7 @@ class SendHandler:
|
||||
# sourcery skip: reintroduce-else, swap-if-else-branches, use-named-expression
|
||||
new_payload = payload
|
||||
if seg.type == "reply":
|
||||
logger.info(seg.data)
|
||||
target_id = seg.data
|
||||
if target_id == "notice":
|
||||
return payload
|
||||
|
||||
Reference in New Issue
Block a user