extratone / mastodon-ios-apps

An ongoing, (hopefully) complete, collaborative list of all Mastodon apps on iOS.
https://joinmastodon.org/apps
MIT License
38 stars 3 forks source link

Resolves #391 #24

Open extratone opened 1 year ago

extratone commented 1 year ago

Resolves #391

The URL scheme structure and its functions are as following.

  1. mastodon://profile/username@instance opens a user's profile page.
  2. mastodon://status/:id shows a status.
  3. mastodon://post starts a new post.

Originally posted by @jinsu35 in https://github.com/mastodon/mastodon-ios/pull/847