nextcloud / nextcloud/spreed

Show user statuses in Nextcloud Talk channels with more than 1000 users

Open
#7,661 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement feature: api 🛠️ feature: frontend 🖌️ feature: settings ⚙️
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.

https://github.com/nextcloud/spreed/blob/70335c2290bad8196a94232e3c02e81422d8672e/src/components/RightSidebar/Participants/ParticipantsList/ParticipantsList.vue#L72

https://github.com/nextcloud/spreed/blob/70335c2290bad8196a94232e3c02e81422d8672e/lib/Controller/RoomController.php#L936

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

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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.