Adding a group to a team spams invalid requests for avatars and status on activity and display names are not shown
Open
Nobody has claimed this yet.
bug
- Dominant language
- JavaScript
- Stars
- 177
- Forks
- 68
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 60
Description
Screen 1
- Team owner: Mention bubble with "You", should either be your full name, or no mention bubble
- Members: Group ID is shown instead of the display name
Screen 2
- Activity icon is black
- "Member" is rendered as a user even when it's a group (seems to be steaming from https://github.com/nextcloud/circles/blob/5f33b461f39bfa61213e78d206a6c306396759d4/lib/Activity/ProviderSubjectCircleMember.php#L36-L38 )
- Group display name is not used
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 by reproducing the team group-adding flow and review lib/Activity/ProviderSubjectCircleMember.php around lines 36-38. Compare the two reported screens, then trace how group IDs, display names, avatars, status, mention bubbles, and activity icons are populated. Done means group display names and correct member types appear, the owner label is correct, the activity icon is visible, and invalid avatar/status requests stop.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, php
- Domain
- backend, frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100