From b787dc9046cf5bcfab8eb971869e83aad26b04fe Mon Sep 17 00:00:00 2001 From: Essem Date: Tue, 19 Dec 2023 22:15:34 -0600 Subject: [PATCH] Add reaction notification column settings This was in a previous PR. Not quite sure how it didn't carry over. --- .../notifications/components/column_settings.jsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/app/javascript/flavours/glitch/features/notifications/components/column_settings.jsx b/app/javascript/flavours/glitch/features/notifications/components/column_settings.jsx index 63e03c65f1..74b3c47346 100644 --- a/app/javascript/flavours/glitch/features/notifications/components/column_settings.jsx +++ b/app/javascript/flavours/glitch/features/notifications/components/column_settings.jsx @@ -120,6 +120,17 @@ export default class ColumnSettings extends PureComponent { +
+ + +
+ + {showPushSettings && } + + +
+
+