aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-08-02 09:46:48 +0200
committerChocobozzz <me@florianbigard.com>2019-08-02 09:46:48 +0200
commit44b88f180bc9ec692885e7db08757a43b3e2df79 (patch)
tree906cdbf6d229a1e57e07d24568d4f0365587ee31 /client/src
parent075942b212ff02aebf2f6668322407d40a0b91e5 (diff)
downloadPeerTube-44b88f180bc9ec692885e7db08757a43b3e2df79.tar.gz
PeerTube-44b88f180bc9ec692885e7db08757a43b3e2df79.tar.zst
PeerTube-44b88f180bc9ec692885e7db08757a43b3e2df79.zip
Fix broken follow notification
Diffstat (limited to 'client/src')
-rw-r--r--client/src/app/shared/users/user-notification.model.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/shared/users/user-notification.model.ts b/client/src/app/shared/users/user-notification.model.ts
index 72fc3e7b4..06eace71c 100644
--- a/client/src/app/shared/users/user-notification.model.ts
+++ b/client/src/app/shared/users/user-notification.model.ts
@@ -148,6 +148,7 @@ export class UserNotification implements UserNotificationServer {
148 break 148 break
149 } 149 }
150 } catch (err) { 150 } catch (err) {
151 this.type = null
151 console.error(err) 152 console.error(err)
152 } 153 }
153 } 154 }