nextcloud / nextcloud/notifications
Ability to directly reply to Talk notifications
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 153
- Forks
- 67
- Avg merge
- 15h 3m
- Merged PRs (30d)
- 96
Description
(Opened here instead of Talk because I assume it needs some groundwork here first, feel free to transfer the issue.)
Currently when you get a notification about a Talk message, you can only "View chat". This takes quite long and often you just want to quickly reply without taking you out of your flow.
It would be very cool to have a way to directly reply to the message, which would automatically @mention that person and append your message, without you needing to leave your place and flow. (Android has this functionality on its notifications and it’s quite useful.)
| Current | Direct reply proposal |
|---|---|
![]() |
![]() |
cc @nickvergessen @ma12-co
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named in the issue. Start by tracing the notification's current "View chat" action and how Talk messages are represented, then determine the entry points needed for a notification reply. Done means a user can reply from the notification, with the recipient automatically @mentioned, without opening the chat.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100

