diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-11-16 11:08:25 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-11-27 19:40:52 +0100 |
commit | efc32059d980c51793e8e9ac0fb6a885a8026f94 (patch) | |
tree | c272e63fd57a9625b53dc26ceb1b46aee35d21d3 /client | |
parent | d846501818c2d29e66e6fd141789cb04fd55a437 (diff) | |
download | PeerTube-efc32059d980c51793e8e9ac0fb6a885a8026f94.tar.gz PeerTube-efc32059d980c51793e8e9ac0fb6a885a8026f94.tar.zst PeerTube-efc32059d980c51793e8e9ac0fb6a885a8026f94.zip |
Send server announce when users upload a video
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/core/auth/auth.service.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/core/auth/auth.service.ts b/client/src/app/core/auth/auth.service.ts index 0aa276c69..9e6c6b888 100644 --- a/client/src/app/core/auth/auth.service.ts +++ b/client/src/app/core/auth/auth.service.ts | |||
@@ -257,6 +257,7 @@ export class AuthService { | |||
257 | this.user.save() | 257 | this.user.save() |
258 | 258 | ||
259 | this.setStatus(AuthStatus.LoggedIn) | 259 | this.setStatus(AuthStatus.LoggedIn) |
260 | this.userInformationLoaded.next(true) | ||
260 | } | 261 | } |
261 | 262 | ||
262 | private handleRefreshToken (obj: UserRefreshToken) { | 263 | private handleRefreshToken (obj: UserRefreshToken) { |