-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement changes to memberlist from feedback #29029
Implement changes to memberlist from feedback #29029
Conversation
- ThreePidInviteTile now contains an user label showing "(Invited)" and an email icon. - RoomMemberTile now includes an icon similar to above. - Refactors a bunch of code to make this change sensible.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the rule for the MXID being shown? Its very confusing there are two Bob's but only one is disambiguated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I would also expect them both to be disambiguated. But this is a long standing bug: #468
src/components/views/rooms/MemberList/tiles/common/InvitedIconView.tsx
Outdated
Show resolved
Hide resolved
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
Closes /~https://github.com/element-hq/wat-internal/issues/246
Following changes are made:
(Invite)
label. This is now fixed.