From 48bd46cf926bf30253435b89b6c98f1dc9e5e6ee Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Fri, 8 Jul 2022 17:08:41 -0500 Subject: [PATCH] Web push locales: add pleroma locales --- app/soapbox/service_worker/web_push_locales.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/soapbox/service_worker/web_push_locales.js b/app/soapbox/service_worker/web_push_locales.js index 941522a2d..172bbe4b5 100644 --- a/app/soapbox/service_worker/web_push_locales.js +++ b/app/soapbox/service_worker/web_push_locales.js @@ -24,6 +24,9 @@ filenames.forEach(filename => { 'notification.move': full['notification.move'] || '', 'notification.user_approved': full['notification.user_approved'] || '', + 'notification.pleroma:chat_mention': full['notification.pleroma:chat_mention'] || '', + 'notification.pleroma:emoji_reaction': full['notification.pleroma:emoji_reaction'] || '', + 'status.show_more': full['status.show_more'] || '', 'status.reblog': full['status.reblog'] || '', 'status.favourite': full['status.favourite'] || '',