matrix-react-sdk
matrix-react-sdk copied to clipboard
Link directly to a user's profile in the e2ee room card
Checklist
- [x] Tests written for new code (and old code if feasible)
- [ ] Linter and other CI checks pass
- [x] Sign-off given on the changes (see CONTRIBUTING.md)
Description
This PR updates the subtitle of the "Encryption Enabled" card that appears at the top of end-to-end encrypted DMs to link directly to a user's profile, instead of asking the user to "tap" around to open it.
Old:
New:
Changelog
Notes: Provide a link to a user's profile in the "Encryption Enabled" room card, instead of asking the user to navigate themselves
Type: enhancement
Sign-off
Signed-off-by: Andrew Morgan <[email protected]>
Here's what your changelog entry will look like:
✨ Features
- Provide a link to a user's profile in the "Encryption Enabled" room card, instead of asking the user to navigate themselves (#11497).
@andybalaam Can I have an exception from the final failing linting step? Adding more testing at this point feels arbitrary.
@andybalaam Can I have an exception from the final failing linting step? Adding more testing at this point feels arbitrary.
Can we have a test of what happens when you can't fetch the DM partner's details? That seems legit to me, and should bump you over the threshold...
Also, this smell might be valid?
Sorry @anoadragon453 at this point this would need some work to revive plus need design review. This area of the app is scheduled for redesign as part of the Trust & Decoration project.
Oops, this had completely fallen off my radar. Thanks for addressing, and no worries!