Skip to content

Quoting

tusooa requested to merge tusooa/quote into develop

Supersedes !3616 (closed)

  • [debate] name of quoteUrl parameter
  • "so, quoteUrl applies to all status object types, but foreign formats are only converted for Article Note and Page? doesn't sound right."
  • InlineQuotePolicy: <bdi> and more flexible template
  • "we can boost own private statuses, but not quote them? that looks weird."
  • [n/a] quoteUrl is not in ActivityStreams. um. misskey is using as:quoteUrl so i guess nothing can be done for that?
  • attachments/tags to quotes
  • possibility (i.e. configurable, as older Pleroma will drop the whole post currently) to send out quotes as attachments/tags
  • [debate] regarding internal representation, i think it's best to take the one that is most suited for our purpose (just like how we use the emoji internal field)

Checklist

  • Adding a changelog: In the changelog.d directory, create a file named <code>.<type>.

    <code> can be anything, but we recommend using a more or less unique identifier to avoid collisions, such as the branch name.

    <type> can be add, remove, fix, security or skip. skip is only used if there is no user-visible change in the MR (for example, only editing comments in the code). Otherwise, choose a type that corresponds to your change.

    In the file, write the changelog entry. For example, if an MR adds group functionality, we can create a file named group.add and write Add group functionality in it.

    If one changelog entry is not enough, you may add more. But that might mean you can split it into two MRs. Only use more than one changelog entry if you really need to (for example, when one change in the code fix two different bugs, or when refactoring).

Edited by tusooa

Merge request reports