Skip to content

federade quote-notes a bit better

Ghost User requested to merge gh-b77c0252/46/unknown/refs/pull/46/head into develop

Created by: dakkar

What

This adds the {http://fedibird.com/ns#}quoteUri attribute, and treats it exactly like {https://www.w3.org/ns/activitystreams#}quoteUrl and {https://misskey-hub.net/ns#}_misskey_quote

Also, it prevents showing an inline preview of the quoted note if its URL appears in the body of the quoting note (it would be a duplicate, we already show the full quoted note!)

Why

Some other AP software (the treehouse and glitch forks of mastodon, at least) use that quoteUri attribute, and I think we should be compatible with them.

Checklist

  • Read the contribution guide
  • Test working in a local environment
  • (If needed) Add story of storybook
  • (If needed) Update CHANGELOG.md
  • (If possible) Add tests

Merge request reports