Skip to content

Commit

Permalink
Merge pull request #15335 from resynth1943/patch-13
Browse files Browse the repository at this point in the history
Update Riot -> Element in index.ts
  • Loading branch information
jryans committed Sep 30, 2020
2 parents f703124 + 10d6fba commit 53c5626
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vector/index.ts
Expand Up @@ -80,7 +80,7 @@ const supportedBrowser = checkBrowserFeatures();
// try in react but fallback to an `alert`
// We start loading stuff but don't block on it until as late as possible to allow
// the browser to use as much parallelism as it can.
// Load parallelism is based on research in https://github.com/vector-im/riot-web/issues/12253
// Load parallelism is based on research in https://github.com/vector-im/element-web/issues/12253
async function start() {
// load init.ts async so that its code is not executed immediately and we can catch any exceptions
const {
Expand Down Expand Up @@ -109,7 +109,7 @@ async function start() {
// don't try to redirect to the native apps if we're
// verifying a 3pid (but after we've loaded the config)
// or if the user is following a deep link
// (https://github.com/vector-im/riot-web/issues/7378)
// (https://github.com/vector-im/element-web/issues/7378)
const preventRedirect = fragparts.params.client_secret || fragparts.location.length > 0;

if (!preventRedirect) {
Expand Down

0 comments on commit 53c5626

Please sign in to comment.