TheEssem / mastodon

Chuckya, a glitch-soc fork used on wetdry.world
https://wetdry.world/@chuckya
GNU Affero General Public License v3.0
67 stars 9 forks source link

ActivityPub protocol scheme (web+ap link) support #3

Open TheEssem opened 9 months ago

TheEssem commented 9 months ago

Pitch

There should be a way to handle direct links to a post or user without having to go through the user's home instance, in such a way that the link directly opens the web client of your instance. This can be done using web protocol handlers for web frontends and through other methods for native apps. As of right now, there's no standardized way to handle this; however, some implementations and the Fedi Links project have settled on using the web+ap scheme. Other potential schemes worth looking into could be fedi, apub, or activitypub (or any of these with web+ appended to the beginning). See the following links for further discussion and info regarding this:

This commit could be a potential base for the implementation: https://github.com/arachnist/mastodon/commit/161a19f3aa8d9fa40ae2a08fdb81e42939ae32dd

Motivation

This could potentially reduce confusion with new users regarding posts on other instances, especially when those instances are using different software.