Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ feat(controller): Add photo and document handling in group chats
- Added logic to handle photo and document messages in group chats. - Implemented image censorship using the pipeline_pass function. - If an image is detected as potentially illegal, the bot will delete the message and warn the user. - Added a command /report to report spam messages and perform image censorship on the replied message. - Implemented checks for settings.rules and settings.mode to determine whether to perform censorship.
- Loading branch information