Bunch of fixes #40
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
skobkin/telegram-group-mention-bot!40
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fixes"
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?
Summary
Features
Added a new
/clearcommand that deletes all empty groups in the current chat. This helps keep the group list clean by removing unused groups.Improvements
Group mentions now display a header with the group names and list members for each group, making mentions clearer and more structured.
The member list for a group is now always properly escaped for Markdown, ensuring correct display in Telegram.
All user-facing messages related to group creation, joining, and leaving are now consistently escaped for Markdown, preventing formatting issues.
Bug Fixes
Improved group lookup logic: if a group is not found, the bot now sends a clear message to the user.
Improved parsing of group mentions in free-form messages. The bot now correctly handles punctuation around group mentions.