Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MidhunSureshR committed Jan 6, 2025
1 parent 0147e04 commit 80baac2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ describe("MemberListView and MemberlistHeaderView", () => {
it("by last active timestamp", async () => {
const { adminUsers, defaultUsers, moderatorUsers, reRender, root, memberListRoom } = rendered;
// Intentionally pick users that will confuse the power level sorting
// lastActiveAgoTs == lastPresenceTs - lastActiveAgo
const activeUsers = [defaultUsers[0]];
const semiActiveUsers = [adminUsers[0]];
const inactiveUsers = [...moderatorUsers, ...adminUsers.slice(1), ...defaultUsers.slice(1)];
Expand Down

0 comments on commit 80baac2

Please sign in to comment.