From f799190bea55097f96817cbe2294666eeb4e27c9 Mon Sep 17 00:00:00 2001 From: Sahil Batra Date: Thu, 21 Dec 2023 21:14:53 +0530 Subject: [PATCH] settings: Show push notifications tooltip on stream specific row. This commit fixes the bug about not showing the tooltip about push notifications not being enabled on the server on checkbox in stream specific notification row. (cherry picked from commit 415fb2014b120c9891450ccf3c0278e8fbd0be97) --- web/templates/settings/stream_specific_notification_row.hbs | 1 + 1 file changed, 1 insertion(+) diff --git a/web/templates/settings/stream_specific_notification_row.hbs b/web/templates/settings/stream_specific_notification_row.hbs index 30858b98f2..f52468e142 100644 --- a/web/templates/settings/stream_specific_notification_row.hbs +++ b/web/templates/settings/stream_specific_notification_row.hbs @@ -15,6 +15,7 @@ prefix=(lookup ../stream "stream_id") is_checked=(lookup ../stream this) is_disabled=(lookup ../is_disabled this) + is_mobile_checkbox=(eq this "push_notifications") }} {{/each}}