Skip to content
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

feat: Implement a custom notification message for mentions #1675

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

juliusknorr
Copy link
Member

@juliusknorr juliusknorr commented Feb 27, 2025

Requires nextcloud/text#6923

Fixes #1469

This makes sure that for mentions in collectives we have a proper notification message and redirect the user to the collective page instead of the file.

Screenshot 2025-02-27 at 17 00 41

🏁 Checklist

  • Code is properly formatted (npm run lint / npm run stylelint / composer run cs:check)
  • Sign-off message is added to all commits
  • Tests (unit, integration and/or end-to-end) passing and the changes are covered with tests
  • Documentation (README or documentation) has been updated or is not required

Copy link
Member

@jancborchardt jancborchardt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small detail: In Collectives we never refer to a page as "Readme" so it would be good to use the page name. Meaning:

  • If it's the Readme of a folder, use the folder name
  • If it's the Readme of a Collective, just use only the Collective name and don't append the "- Readme" part

Is that possible @juliusknorr?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mentions & Notifications
3 participants