From a5cf76afa378aae81af2a9b0ce548e5d2582f832 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 25 Sep 2020 10:04:21 +0200 Subject: Add watch messages if live has not started --- .../my-account-notification-preferences.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts') diff --git a/client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts b/client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts index bcbea7fad..ad7497f45 100644 --- a/client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts +++ b/client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts @@ -86,7 +86,7 @@ export class MyAccountNotificationPreferencesComponent implements OnInit { } private savePreferencesImpl () { - this.userNotificationService.updateNotificationSettings(this.user, this.user.notificationSettings) + this.userNotificationService.updateNotificationSettings(this.user.notificationSettings) .subscribe( () => { this.notifier.success($localize`Preferences saved`, undefined, 2000) -- cgit v1.2.3