-
-
Notifications
You must be signed in to change notification settings - Fork 828
Allow opening external Matrix URIs #7700
Allow opening external Matrix URIs #7700
Conversation
Signed-off-by: Aaron Raimist <aaron@raim.ist>
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.
LGTM and works great otherwise!
@@ -1388,6 +1389,8 @@ export default class MatrixChat extends React.PureComponent<IProps, IState> { | |||
|
|||
StorageManager.tryPersistStorage(); | |||
|
|||
navigator.registerProtocolHandler("matrix", "/#/%s"); |
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.
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.
We'd like to be consistent with other areas of the app and have a toast first. Redirecting to design for input
Signed-off-by: Aaron Raimist <aaron@raim.ist>
Signed-off-by: Aaron Raimist <aaron@raim.ist>
Maybe this will fix the tests for matrix-org/matrix-react-sdk#7700 Signed-off-by: Aaron Raimist <aaron@raim.ist>
Signed-off-by: Aaron Raimist <aaron@raim.ist>
This reverts commit 2277ec4. Signed-off-by: Aaron Raimist <aaron@raim.ist>
I've added Product to the reviewers here - would it be possible to add a clear description here of the change and what user's could expect to see? I imagine that will speed up the review process :) |
Thank you for the contribution! To merge this we would need:
I'm going to mark this PR as draft until these can be done. |
Part of element-hq/element-web#16875
Here's what your changelog entry will look like:
✨ Features