Convert hub replies to TG replies #16
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When a hub user posts a message like
<someone> message // new-content
, the bot should recognize this as a reply to the original message.Probably a few hundred {message in hub format, TG message ID} pairs should be kept in a ring buffer for matching against.