Skip to content

Conversation

reeesespuffs
Copy link
Member

Please make sure to check the following tasks before opening and submitting a PR

  • I understand and have followed the contribution guide
  • I have tested my changes locally and they are working as intended

closes #470

Signed-off-by: marcy <[email protected]>
Copy link
Contributor

@insertish insertish left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this would be better if it just showed the other person with like a sort of card almost layout?

    [avatar]
 [username]

[ profile cards ? ]

Comment on lines +325 to +329
const participants = createMemo(() =>
[client().user, props.channel.recipient].filter(
(u): u is User => u !== undefined,
)
);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can make the assumption both users are defined.

@insertish insertish marked this pull request as draft October 10, 2025 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: Members sidebar appears empty in DMs

2 participants