merged with fixes

This commit is contained in:
onysd 2026-09-09 02:49:30 +03:00
parent a9e758b712
commit 2f1818d656
176 changed files with 9000 additions and 907 deletions

View file

@ -578,7 +578,7 @@ func scanScheduledMessage(scanner interface{ Scan(...any) error }) (domain.Sched
_, _, reply, forward, err := messageMetadataFromFields(
msg.Silent, msg.NoForwards, replyToMsgID, replyToPeerType, replyToPeerID, replyToTopID,
0, // scheduled_messages 不持久化 story 回复(定时回复 story 是边角,恒 0)
quoteText, quoteEntitiesJSON, quoteOffset,
quoteText, quoteEntitiesJSON, quoteOffset, "{}",
fwdFromPeerType, fwdFromPeerID, fwdFromName, fwdDate,
"", 0, 0,
)