mirror of
https://github.com/overte-org/overte.git
synced 2025-04-17 01:56:39 +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);
|
||||
Window.shareSnapshot(snapshotToShareAfterLogin.path, snapshotToShareAfterLogin.href);
|
||||
shareAfterLogin = false;
|
||||
showFeedWindow();
|
||||
if (shouldOpenFeedAfterShare()) {
|
||||
showFeedWindow();
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue