From eabf1df008c377309c36cea4f489fdf310c9e994 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrzej=20Wo=CC=81jcik?= Date: Fri, 17 Mar 2023 20:55:09 +0100 Subject: [PATCH] Fixed "Get in touch" link to Mastodon account --- SiskinIM/ui/GetInTouchViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SiskinIM/ui/GetInTouchViewController.swift b/SiskinIM/ui/GetInTouchViewController.swift index 5bdbecf..61327fc 100644 --- a/SiskinIM/ui/GetInTouchViewController.swift +++ b/SiskinIM/ui/GetInTouchViewController.swift @@ -43,7 +43,7 @@ class GetInTouchViewController: UITableViewController { case 1: UIApplication.shared.open(URL(string: "https://twitter.com/tigase")!); case 2: - UIApplication.shared.open(URL(string: "https://mastodon.technology/@tigase")!); + UIApplication.shared.open(URL(string: "https://fosstodon.org/@tigase")!); default: UIApplication.shared.open(URL(string: "https://tigase.net")!); }