Email or username:

Password:

Forgot your password?
Top-level
Alex Gleason

It’s the same as Fedibird’s implementation. We send fedibird:quoteUri and as: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.

2 comments
Raphael Lullis

@alex @grishka to clarify, when you say "Mastodon" does not support it, you mean the frontend? If someone uses soapbox FE to connect to a Mastodon server, it's ok?

Alex Gleason

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.

Go Up