Skip to content

Commit

Permalink
Fixed "Get in touch" link to Mastodon account
Browse files Browse the repository at this point in the history
  • Loading branch information
hantu85 committed Mar 17, 2023
1 parent c77da9e commit eabf1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SiskinIM/ui/GetInTouchViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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")!);
}
Expand Down

0 comments on commit eabf1df

Please sign in to comment.