-
Notifications
You must be signed in to change notification settings - Fork 187
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
Display name disambiguation #2221
Conversation
Applied to: - timeline message - detail of timeline message - reply preview of timeline message - rendering of state Event Not applied to: - room last message - room member list (we display the MatrixId here) - room member detail page
📱 Scan the QR code below to install the build (arm64 only) for this PR. |
|
(waiting for final design) |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #2221 +/- ##
===========================================
+ Coverage 70.05% 70.06% +0.01%
===========================================
Files 1335 1335
Lines 32562 32568 +6
Branches 6757 6758 +1
===========================================
+ Hits 22810 22819 +9
+ Misses 6481 6479 -2
+ Partials 3271 3270 -1 ☔ View full report in Codecov by Sentry. |
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.
Makes sense, thanks!
Let's merge and iterate later on the design. |
Type of change
Content
Display name disambiguation in the timeline.
Applied to:
Not applied to:
Motivation and context
Closes #2215
Screenshots / GIFs
From the room Element X Android:
Tests
In a room, give the same display name to 2 different users , and obersve that the Matrix Id is appended to it when they send message.
Tested devices
Checklist