Skip to content

Commit

Permalink
Merge pull request #1688 from FreeFeed/kukutz-patch-1
Browse files Browse the repository at this point in the history
Added Telegram bot to Settings > Notifications
  • Loading branch information
davidmz authored Jul 9, 2024
2 parents 46253e4 + 1172261 commit 9e7269b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/settings/forms/notifications.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ export default function NotificationsForm() {
</div>
</section>

<section className={settingsStyles.formSection}>
<h4 id="telegram-bot">Telegram notifications</h4>
<p>You can use our Telegram bot to receive notifications and send replies:</p>
<p><a href="https://t.me/FreeFeedTgBot" target="_blank">@FreeFeedTgBot</a></p>
</section>


<section className={settingsStyles.formSection}>
<h4 id="email-me">Email me:</h4>

Expand Down

0 comments on commit 9e7269b

Please sign in to comment.