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'] || '',