RocketChat / RocketChat/Rocket.Chat

Room members - inactive users not visible on list

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

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
46.1k
Forks
13.9k
Avg merge
3d 3h
Merged PRs (30d)
130

Description

Description:

Inactive user is not visible on rooms members list. Is included into total count, which is confusing when someone want check all users and see i.e Showing: 14, Total: 15
Also is not possible to change room role or remove this user from room, because is not visible on list.

image

Steps to reproduce:
  1. Deactivate user who is member of room
  2. Check room member list, user not included
Expected behavior:

Show inactive user on room members list and mark it as inactive

Actual behavior:

Inactive user is not visible on room members list.

Server Setup Information:
  • Version of Rocket.Chat Server: 3.13.1
  • Operating System: Centos 7
  • Deployment Method: docker-compose
  • Number of Running Instances: 33
  • DB Replicaset Oplog: YES
  • NodeJS Version: v12.21.0
  • MongoDB Version: 4.0.13
Client Setup Information
  • Desktop App or Browser Version: all
  • Operating System: Windows 10
Additional context
Relevant logs:

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 by reproducing the issue with a deactivated user who remains a room member, then inspect the room members list entry point and its data-loading path. Done means the inactive user appears in the list with an inactive marker, is included consistently in the displayed count, and can be managed or removed.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 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.