Fix call summary for single user
Open
Nobody has claimed this yet.
bug
feature: call 📹
feature: chat 💬
- Dominant language
- PHP
- Stars
- 2.2k
- Forks
- 587
- Avg merge
- 18h 27m
- Merged PRs (30d)
- 333
Description
Currently it prints messages like:
Call with Adam and 0 guests (Duration 0:05)
We can have a look in removing "0 guests" after the string freeze.
Originally posted by @nickvergessen in https://github.com/nextcloud/spreed/issues/6507#issuecomment-970004160
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
Locate the call summary rendering that produces “Call with Adam and 0 guests (Duration 0:05)” and inspect how the participant count is turned into text. Update the single-user wording so “0 guests” is omitted, then verify that the summary remains correct for calls with guests and that the string-freeze constraint is respected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100