set_reply bug

pull/340/head
RBAmeto 2025-03-14 01:31:22 +08:00 committed by GitHub
parent fb3f27d022
commit 93fb541601
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ class MessageSending(MessageProcessBase):
self.message_segment = Seg(
type="seglist",
data=[
Seg(type="reply", data=reply.message_info.message_id),
Seg(type="reply", data=self.reply.message_info.message_id),
self.message_segment,
],
)