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

@ -352,6 +352,7 @@ func (s *UpdateEventStore) ListAfter(ctx context.Context, userID int64, pts, lim
row.QuoteText,
row.QuoteEntitiesJson,
row.QuoteOffset,
row.ReplyExternalJson,
row.FwdFromPeerType,
row.FwdFromPeerID,
row.FwdFromName,
@ -560,6 +561,7 @@ func (s *UpdateEventStore) BatchByCursor(ctx context.Context, cursors []store.Ev
row.QuoteText,
row.QuoteEntitiesJson,
row.QuoteOffset,
row.ReplyExternalJson,
row.FwdFromPeerType,
row.FwdFromPeerID,
row.FwdFromName,