mirror of
https://github.com/BEARlogin/max-telegram-bridge-bot.git
synced 2026-07-10 01:28:38 +00:00
Support TG channel posts (update.ChannelPost/EditedChannelPost), add direction control (tg>max, max>tg, both), prefix toggle, and shared forwarding helpers (forwardTgToMax, forwardMaxToTg). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2 lines
84 B
SQL
2 lines
84 B
SQL
DROP TABLE IF EXISTS crossposts;
|
|
ALTER TABLE pending DROP COLUMN IF EXISTS command;
|