From f7666deb5a61d0ead46c61cce696cbcd4ee2de1d Mon Sep 17 00:00:00 2001 From: Brogio Date: Mon, 19 Aug 2024 17:10:07 +0200 Subject: [PATCH 1/3] Update social_section_widget.dart Updated Mastodon link --- auth/lib/ui/settings/social_section_widget.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/lib/ui/settings/social_section_widget.dart b/auth/lib/ui/settings/social_section_widget.dart index cda18366c5..0ef0d24442 100644 --- a/auth/lib/ui/settings/social_section_widget.dart +++ b/auth/lib/ui/settings/social_section_widget.dart @@ -47,7 +47,7 @@ class SocialSectionWidget extends StatelessWidget { "https://shop.ente.io", launchInExternalApp: !Platform.isAndroid, ), - const SocialsMenuItemWidget("Mastodon", "https://mstdn.social/@ente/"), + const SocialsMenuItemWidget("Mastodon", "https://fosstodon.org/@ente"), sectionOptionSpacing, const SocialsMenuItemWidget("Twitter", "https://twitter.com/enteio"), sectionOptionSpacing, From 8d667f86b1b547cd21622f86376f2493547537a5 Mon Sep 17 00:00:00 2001 From: Brogio Date: Mon, 19 Aug 2024 17:10:50 +0200 Subject: [PATCH 2/3] Update social_section_widget.dart --- mobile/lib/ui/settings/social_section_widget.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/lib/ui/settings/social_section_widget.dart b/mobile/lib/ui/settings/social_section_widget.dart index 2e04aa723b..0b29760c13 100644 --- a/mobile/lib/ui/settings/social_section_widget.dart +++ b/mobile/lib/ui/settings/social_section_widget.dart @@ -55,7 +55,7 @@ class SocialSectionWidget extends StatelessWidget { sectionOptionSpacing, SocialsMenuItemWidget( S.of(context).mastodon, - "https://mstdn.social/@ente", + "https://fosstodon.org/@ente", ), sectionOptionSpacing, SocialsMenuItemWidget( From 8c5b07b3ce48475bd14181bf91ff03b644260ae8 Mon Sep 17 00:00:00 2001 From: Brogio Date: Mon, 19 Aug 2024 17:14:31 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0aabb8116..9d14ed9a33 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ connect with the community. [![Discord](https://img.shields.io/discord/948937918347608085?style=for-the-badge&logo=Discord&logoColor=white&label=Discord)](https://discord.gg/z2YVKkycX3) [![Ente's Blog RSS](https://img.shields.io/badge/blog-rss-F88900?style=for-the-badge&logo=rss&logoColor=white)](https://ente.io/blog/rss.xml) -[![Twitter](.github/assets/twitter.svg)](https://twitter.com/enteio)   [![Mastodon](.github/assets/mastodon.svg)](https://mstdn.social/@ente) +[![Twitter](.github/assets/twitter.svg)](https://twitter.com/enteio)   [![Mastodon](.github/assets/mastodon.svg)](https://fosstodon.org/@ente) ---