-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added chatlog message blacklist feature
The update introduces a new blacklist feature to the chat module. This allows for certain strings to be blacklisted, preventing them from being logged. The changes include: - Addition of a 'blacklist' field in the database - Implementation of checks against the blacklist before logging messages - Functions to manage (add/remove/toggle) the blacklist - UI options for managing the blacklist in settings. This enhancement provides users with more control over what gets logged and helps filter out unwanted content.
- Loading branch information
Showing
2 changed files
with
120 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters