mirror of
https://github.com/BEARlogin/max-telegram-bridge-bot.git
synced 2026-07-10 01:28:38 +00:00
- Add users table: TouchUser on every DM interaction - Add tg_owner_id to crossposts: same person has different IDs on TG/MAX - isCrosspostOwner checks both owner_id and tg_owner_id - ListCrossposts matches by either owner ID - TG user ID captured when forwarding channel post Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 line
28 B
SQL
1 line
28 B
SQL
DROP TABLE IF EXISTS users;
|