Features
Receive forwarded posts
auto-forward prompt; must stay registered ahead of fun_random
DoneM3gatewayutil
- v1 scenarios
- 1
- Ported
- 4
- Green
- 4
- Failing
- —
auto-forward prompt; must stay registered ahead of fun_random
behaviour contractv1 source:
Publisher.py:46-55What it does
Behaviour that must not change
How to verify it
Cross-group post forwarding
scheduled_posts replaces Publisher.db; approve press now authorised by chat
Message analysis (reply_to_message dump)
dumps the replied-to message's fields back to chat, ungated exactly as v1 dispatches it (COOKIEBOT.py:202); truncates at 4000 chars, where v1 sent the whole dump and Telegram rejected anything over 4096 - so the command did nothing on exactly the messages worth analysing. QA authored, not ported