Show user statuses in Nextcloud Talk channels with more than 1000 users
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 2.2k
- Forks
- 587
- Avg merge
- 18h 27m
- Merged PRs (30d)
- 333
Description
NextCloud Talk shows user statuses in a channel only when there are participants less than 100. The are no settings to change it as It's hardcoded in php and js code.
Can it be amended to have an Admin setting input added to NextCloud Talk settings page?
Currently we are patching the above files but it's not an upgrade safe.
Nextcloud version 24.0.2
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
Start with the cited ParticipantsList.vue line 72 and lib/Controller/RoomController.php line 936, then locate the Nextcloud Talk settings page and its admin-setting flow. The work is complete when an administrator can configure the participant threshold and user statuses are shown in channels with more than 1000 users without patching those files.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, php
- Domain
- backend, frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100