nextcloud / nextcloud/spreed

Allow filtering out @-all mentions from notifications, only notifying for direct @-mentions

Open
#11,235 0 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

design enhancement feature: api 🛠️ feature: chat 💬 feature: frontend 🖌️
Dominant language
PHP
Stars
2.2k
Forks
587
Avg merge
18h 27m
Merged PRs (30d)
333

Description

Currently it is a bit all or nothing on notifications, at least regarding the mentions. If you have "@-mentions only" enabled, you get personal @-mentions, but also any team, and more importantly also @-all. This is especially an issue in channels you would like to be a part of to be available (like me in marketing) but really are not the person who is relevant for an @-all mention.

It would be nice if there is a 4th setting in the list so it looks like this:

  • All messages
  • Personal and @all mentions
  • Personal @mentions only
  • Off

Image

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no files, tests, or entry points; start by locating the notification settings that implement “@-mentions only” in the JavaScript client. Trace how personal, team, and @-all mentions are classified, then verify the new option notifies for direct mentions while excluding @-all mentions.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.