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

@ -42,6 +42,7 @@ SELECT
m.quote_text,
m.quote_entities::text AS quote_entities_json,
m.quote_offset,
m.reply_external::text AS reply_external_json,
m.fwd_from_peer_type,
m.fwd_from_peer_id,
m.fwd_from_name,
@ -113,6 +114,7 @@ SELECT
m.quote_text,
m.quote_entities::text AS quote_entities_json,
m.quote_offset,
m.reply_external::text AS reply_external_json,
m.fwd_from_peer_type,
m.fwd_from_peer_id,
m.fwd_from_name,
@ -190,6 +192,7 @@ SELECT
m.quote_text,
m.quote_entities::text AS quote_entities_json,
m.quote_offset,
m.reply_external::text AS reply_external_json,
m.fwd_from_peer_type,
m.fwd_from_peer_id,
m.fwd_from_name,