Files
element-web/src
Travis Ralston 7383133846 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=
2018-10-19 13:31:18 -06:00
..
2018-09-19 12:00:29 +02:00
2018-10-11 18:34:01 +01:00
2018-10-15 15:23:44 +01:00
2018-10-11 15:55:21 +02:00
2018-10-11 22:06:01 -05:00
2018-06-28 15:07:27 +01:00
2018-07-24 19:14:44 +01:00
2018-10-03 10:39:09 +01:00
2018-10-11 22:06:01 -05:00
2018-10-15 17:01:30 +02:00
2018-07-24 14:35:23 +01:00
2018-10-11 21:54:55 -05:00