feat(activity): Adding documentation for new user/event filter option#15320
feat(activity): Adding documentation for new user/event filter option#15320Aiiaiiio wants to merge 3 commits into
Conversation
Signed-off-by: Tamás Bari <adaorcpp@gmail.com>
Signed-off-by: Tamás Bari <adaorcpp@gmail.com>
There was a problem hiding this comment.
Pull request overview
Note
Copilot couldn't run its full agentic review because no GitHub Actions runner was available. Make sure your repository has a runner available to run Copilot's review, or add a copilot-setup-steps.yml file specifying one with the runs-on attribute. See the docs for more details.
Adds admin manual documentation for a new Activity app configuration option that excludes specific event types from being logged for selected users.
Changes:
- Documented the new
activity_log_exclude_usersconfig option in the Activity configuration options table - Added a dedicated section explaining the option with a
config.phpexample
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
📖 Documentation Preview📄 1 changed documentation pageLast updated: Tue, 21 Jul 2026 08:13:18 GMT |
Signed-off-by: Tamás Bari <adaorcpp@gmail.com>
|
Thanks for adding this! I cross-checked against One wording nit though: the phrasing "For certain users, it might make sense to exclude some event types from being logged... For these users and event types a log record won't be created" reads as if this filters what shows up in that user's own activity feed. Looking at the implementation, the filter is actually keyed on the event author ( Could we tweak the wording to make that clearer, something like:
Just want to make sure admins don't configure this expecting per-viewer filtering when it's actually a global suppression based on who performed the action. |
☑️ Resolves
Documentation for Activity's new config option.
🖼️ Screenshots
✅ Checklist
codespellor similar and addressed any spelling issues