From ed74e8293ec819c0011299f22b12fd5069e72b74 Mon Sep 17 00:00:00 2001 From: Usman Shafiq Date: Sun, 1 Sep 2024 04:39:37 -0400 Subject: [PATCH] Fix notification for group posts (#895) --- html/src/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/html/src/app.js b/html/src/app.js index 6ab8c52a..029cbfaf 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -33252,6 +33252,7 @@ speechSynthesis.getVoices(); text: D.text, roleIds: D.roleIds, visibility: D.visibility, + sendNotification: D.sendNotification, imageId: null }; if (this.gallerySelectDialog.selectedFileId) {