🐛 合并转发内消息反序列化 (#651)

This commit is contained in:
KimigaiiWuyi 2024-08-31 06:01:07 +08:00
parent b0059963f5
commit 24ca327101

View File

@ -656,9 +656,12 @@ async def onebot_send(
)
)
elif _c.type == 'node':
_temp_data = []
for i in _c.data:
_temp_data.append(GsMessage(**i))
await _send_node(
to_json(
await to_msg(_c.data),
await to_msg(_temp_data),
"小助手",
str(2854196310),
)