Discord link + Sync website to README

This commit is contained in:
Lumaa 2024-02-14 04:14:09 +01:00
parent 5f6471d777
commit d5473ed924
2 changed files with 8 additions and 2 deletions

View File

@ -5,7 +5,13 @@
[Threaded](https://apps.lumaa.fr/app/threaded) is a very simple [#Mastodon](https://joinmastodon.org) client, that is meant to look like the newest social media [#Threads](https://threads.net/) made by Meta Platforms. It integrates perfectly with your Mastodon account, and matches the Threads vibe, while having Mastodon-only features. [Threaded](https://apps.lumaa.fr/app/threaded) is a very simple [#Mastodon](https://joinmastodon.org) client, that is meant to look like the newest social media [#Threads](https://threads.net/) made by Meta Platforms. It integrates perfectly with your Mastodon account, and matches the Threads vibe, while having Mastodon-only features.
Threaded is a 100% free, made in SwiftUI, [#OpenSource](https://github.com/lumaa-dev/ThreadedApp), and doesn't violate [#YourPrivacy](https://apps.lumaa.fr/legal/privacy). Follow the [#ThreadedAccount](https://mastodon.online/@Threaded) on Mastodon, for progress, updates, polls, and more... Threaded is free, made in SwiftUI, [#OpenSource](https://github.com/lumaa-dev/ThreadedApp), and doesn't violate [#YourPrivacy](https://apps.lumaa.fr/legal/privacy). Follow the [#ThreadedAccount](https://mastodon.online/@Threaded) on Mastodon, for progress, updates, polls, and more...
Threaded also includes its own premium service, available as a subscription and lifetime payment, called Threaded+ (or Plus for short). Plus only adds additional features to Threaded, you don't need a subscription to like, post, bookmark, or use any primary Mastodon feature.
With Threaded+, you can have a better Content Filter, you can save attachments, you get exclusive sneak peeks to Threaded's next updates, and other premium features! Prices revealed later this year.
Join the Threaded Discord server to receive help, talk about the Fediverse, and many other things: [Join Threaded](https://discord.gg/MaHcRbkX46)
## Credits ## Credits

View File

@ -59,7 +59,7 @@ struct SupportView: View {
.lineLimit(3, reservesSpace: true) .lineLimit(3, reservesSpace: true)
Button { Button {
let discordUrl = URL(string: "https://lumaa.fr/") let discordUrl = URL(string: "https://discord.gg/MaHcRbkX46")
openURL(discordUrl!) openURL(discordUrl!)
} label: { } label: {
Text("support.discord.join") Text("support.discord.join")