mirror of
https://github.com/BEARlogin/max-telegram-bridge-bot.git
synced 2026-04-30 04:39:49 +00:00
Initial commit: TG↔MAX bridge
Bi-directional message bridge between Telegram and MAX messengers. Features: 1:1 chat pairing, reply support, message formatting, prefix toggle, SQLite/PostgreSQL with golang-migrate, Dockerfile, CI/CD with GitHub Actions. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
commit
28f671d41c
28 changed files with 2048 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE pairs ADD COLUMN prefix INTEGER NOT NULL DEFAULT 1;
|
||||
ALTER TABLE messages ADD COLUMN created_at INTEGER NOT NULL DEFAULT 0;
|
||||
Loading…
Add table
Add a link
Reference in a new issue