From 1d151c53c49f105f338f495e444d23bf4f82ed14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20S=C3=A1nchez?= Date: Fri, 13 Jan 2023 13:54:30 +0100 Subject: [PATCH] fix: multiple push notifications susbscriptions on multiple account servers (#1069) --- .../notification/NotificationPreferences.client.vue | 11 +++++++++-- .../push-notifications/createPushSubscription.ts | 11 +++++++++-- composables/push-notifications/types.ts | 9 +++++++++ locales/en-GB.json | 3 ++- locales/en-US.json | 3 ++- locales/es-ES.json | 3 ++- 6 files changed, 33 insertions(+), 7 deletions(-) diff --git a/components/notification/NotificationPreferences.client.vue b/components/notification/NotificationPreferences.client.vue index 8710c8d4..0cda3c27 100644 --- a/components/notification/NotificationPreferences.client.vue +++ b/components/notification/NotificationPreferences.client.vue @@ -1,4 +1,6 @@