Is this ActivityPub extension documented somewhere? I'd like to implement it in Smithereen at some point in the future.
Top-level
Is this ActivityPub extension documented somewhere? I'd like to implement it in Smithereen at some point in the future. 3 comments
Mastodon doesn’t support quotes on the backend. Soapbox uses feature detection on the version number in /api/v1/instance to conditionally allow making quotes. |
It’s the same as Fedibird’s implementation. We send
fedibird:quoteUri
andas:quoteUrl
, and receive those plus_misskey_quote
.The “RT” is configurable with any prefix, but the important part is that it’s wrapped in an element called
.quote-inline
. Supported clients are expected to strip this, and sending it is optional.