Let's live-toot the adding of quote-posting to for , in case it interests some nerds.
First of all, let's detect whether a toot is quotable: github.com/colinleroy/a2tools/
The JSON field `quote_approval.current_user` of a Status entity will either contain `automatic`, `manual`, `denied` or `unsupported_policy`. We'll consider everything but `denied` as quotable.
If the field doesn't exist, for retro-compatibility, we'll use a default `d`.

In the commit you'll see that we compare the first character of that field to `d`, this is much tighter size-wise than an strcmp().

0

If you have a fediverse account, you can quote this note from your own instance. Search https://piaille.fr/users/colin_mcmillen/statuses/115196364636366968 on your instance and quote it. (Note that quoting is not supported in Mastodon.)