diff options
author | tusooa <tusooa@kazv.moe> | 2023-07-12 09:30:43 -0400 |
---|---|---|
committer | tusooa <tusooa@kazv.moe> | 2023-09-13 19:19:05 -0400 |
commit | 163e5637335f9454688d3cc83530f82fc640a5b9 (patch) | |
tree | c03a61c323c3e05ce3844021864df8b5e74d94dd /docs | |
parent | 762794eed9e6fc8a03d1416e2a6e080b00df9e10 (diff) | |
download | pleroma-163e5637335f9454688d3cc83530f82fc640a5b9.tar.gz pleroma-163e5637335f9454688d3cc83530f82fc640a5b9.zip |
Allow more flexibility in InlineQuotePolicy
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration/cheatsheet.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index 32cc5811a..a17f8735a 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -269,7 +269,7 @@ Notes: * `federated_timeline_removal_shortcode`: A list of patterns which result in message with emojis whose shortcodes match being removed from federated timelines (a.k.a unlisted). This will apply only to statuses. Each pattern can be a string or a [regular expression](https://hexdocs.pm/elixir/Regex.html). #### :mrf_inline_quote -* `prefix`: Prefix before the link (default: `RT`) +* `template`: The template to append to the post. `{url}` will be replaced with the actual link to the quoted post. Default: `<bdi>RT:</bdi> {url}` ### :activitypub * `unfollow_blocked`: Whether blocks result in people getting unfollowed |