This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 832
Support routing matrix.to links to joinable rooms #2250
Merged
Merged
Commits on Oct 19, 2018
-
Support parsing matrix.to links in the timeline with ?via= in them
This ends up being translated to ?server_name= in the matrix-js-sdk, although that has a bug at the time of writing. It converts `server_name: ['a', 'b']` to `?server_name=a,b` instead of `?server_name=a&server_name=b` For reference: the `viaServers` option is routed through the 'join_room' action to RoomViewStore#_joinRoom which is passed directly to the js-sdk http-api#joinRoom function. Next steps: * Fix the js-sdk parsing * Make the SDK generate matrix.to links with ?via=
Configuration menu - View commit details
-
Copy full SHA for 7383133 - Browse repository at this point
Copy the full SHA 7383133View commit details
Commits on Oct 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d7367a7 - Browse repository at this point
Copy the full SHA d7367a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ee495b - Browse repository at this point
Copy the full SHA 6ee495bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a878212 - Browse repository at this point
Copy the full SHA a878212View commit details
Commits on Oct 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e8cb636 - Browse repository at this point
Copy the full SHA e8cb636View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54ff5d8 - Browse repository at this point
Copy the full SHA 54ff5d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9bfbdc - Browse repository at this point
Copy the full SHA b9bfbdcView commit details -
In the event someone changes how the hostname parsing works.
Configuration menu - View commit details
-
Copy full SHA for 43980ad - Browse repository at this point
Copy the full SHA 43980adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5209496 - Browse repository at this point
Copy the full SHA 5209496View commit details -
Configuration menu - View commit details
-
Copy full SHA for d58ff90 - Browse repository at this point
Copy the full SHA d58ff90View commit details
Commits on Oct 26, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ea8a37f - Browse repository at this point
Copy the full SHA ea8a37fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef8c924 - Browse repository at this point
Copy the full SHA ef8c924View commit details -
Configuration menu - View commit details
-
Copy full SHA for c389540 - Browse repository at this point
Copy the full SHA c389540View commit details -
Configuration menu - View commit details
-
Copy full SHA for d802ee0 - Browse repository at this point
Copy the full SHA d802ee0View commit details -
Don't mention that matrix.org is likely to be popular
This is untrue for quite a few real scenarios, including private federations and a ton of rooms.
Configuration menu - View commit details
-
Copy full SHA for 3734c8a - Browse repository at this point
Copy the full SHA 3734c8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0857e2c - Browse repository at this point
Copy the full SHA 0857e2cView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.