mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 22:28:37 +02:00
open feed after logging in
This commit is contained in:
parent
df6498c67c
commit
382204a9a9
1 changed files with 3 additions and 1 deletions
|
@ -255,7 +255,9 @@ function onConnected() {
|
||||||
print('sharing', snapshotToShareAfterLogin.path);
|
print('sharing', snapshotToShareAfterLogin.path);
|
||||||
Window.shareSnapshot(snapshotToShareAfterLogin.path, snapshotToShareAfterLogin.href);
|
Window.shareSnapshot(snapshotToShareAfterLogin.path, snapshotToShareAfterLogin.href);
|
||||||
shareAfterLogin = false;
|
shareAfterLogin = false;
|
||||||
showFeedWindow();
|
if (shouldOpenFeedAfterShare()) {
|
||||||
|
showFeedWindow();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue