From fed8bc84bfbc0920a8f3b345735d7e6f56081d78 Mon Sep 17 00:00:00 2001 From: Roman Ivanov Date: Mon, 8 Jul 2024 19:31:20 +0300 Subject: [PATCH 1/3] Added Telegram bot to Settings > Notifications --- src/components/settings/forms/notifications.jsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/components/settings/forms/notifications.jsx b/src/components/settings/forms/notifications.jsx index bfbe0b111..4431ed173 100644 --- a/src/components/settings/forms/notifications.jsx +++ b/src/components/settings/forms/notifications.jsx @@ -74,6 +74,13 @@ export default function NotificationsForm() { +
+

Telegram notifications:

+

You can use our Telegram bot to receive notifications and reply to them:

+

@FreeFeedTgBot

+
+ +

Email me:

From 3e15b324b5189712aa61015a6e8906516b8dbe03 Mon Sep 17 00:00:00 2001 From: Roman Ivanov Date: Mon, 8 Jul 2024 19:37:57 +0300 Subject: [PATCH 2/3] Update notifications.jsx Removed ":" in title --- src/components/settings/forms/notifications.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/settings/forms/notifications.jsx b/src/components/settings/forms/notifications.jsx index 4431ed173..b57e968ba 100644 --- a/src/components/settings/forms/notifications.jsx +++ b/src/components/settings/forms/notifications.jsx @@ -75,7 +75,7 @@ export default function NotificationsForm() {
-

Telegram notifications:

+

Telegram notifications

You can use our Telegram bot to receive notifications and reply to them:

@FreeFeedTgBot

From 117226198b9ffbcadda158a2fa072aa6d0d61bf3 Mon Sep 17 00:00:00 2001 From: Roman Ivanov Date: Mon, 8 Jul 2024 19:52:08 +0300 Subject: [PATCH 3/3] Fixed wording --- src/components/settings/forms/notifications.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/settings/forms/notifications.jsx b/src/components/settings/forms/notifications.jsx index b57e968ba..624f8bd03 100644 --- a/src/components/settings/forms/notifications.jsx +++ b/src/components/settings/forms/notifications.jsx @@ -76,7 +76,7 @@ export default function NotificationsForm() {

Telegram notifications

-

You can use our Telegram bot to receive notifications and reply to them:

+

You can use our Telegram bot to receive notifications and send replies:

@FreeFeedTgBot