-
-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the ability to delete the system message about joining a group #92
Comments
Yes, it's totally possible with right admin rights for bot to delete such messages. Do you want to delete all "user X joined" messages or only spamers? In the second case I think bot need some KV user-id -> user-joined-messsage-ID storage. This feature seems to be quite simple. If you don't mind, I can take it for implementation |
yes, this is the intent. The bot already has a store (sqlite) and you can either add just another table, or update storage.Locator to handle join messages. |
- add deletion of the group "new member" message when a user is kicked from the group - add tests
Whether to delete messages about removing a user from a group? |
Delete the system message about joining a group (issue #92) - add deletion of the group "new member" message when a user is kicked from the group - add tests - Add `suppress-join-message` option - add 'suppress-join-message' option - add tests - Some refactoring - change procNewChatMemberMessage logic - delete comment by @coperius
Discussed in #91
Originally posted by fear-rus June 3, 2024
I suggest adding the ability to delete the system message about joining the group after deleting the message and banning the user. When there is a lot of spam, and the bot deletes it, then there are system messages about joining, which look like spam pages in the group. Is it possible to automatically delete messages about joining a group of spambots that have been deleted?
The text was updated successfully, but these errors were encountered: