diff options
| author | rinpatch <rinpatch@sdf.org> | 2020-04-13 13:05:40 +0000 |
|---|---|---|
| committer | rinpatch <rinpatch@sdf.org> | 2020-04-13 13:05:40 +0000 |
| commit | ef37774403ff5af69a637875240eec205b6f55a5 (patch) | |
| tree | 22239f2cc64f27e5db487e0fea919e13137b3e57 /config | |
| parent | 7ee35eb9a6a55ef610eb02a04a33f67e5921cff3 (diff) | |
| parent | 5c76afb06c731557b537f928296e0b5c259f8d5e (diff) | |
| download | pleroma-ef37774403ff5af69a637875240eec205b6f55a5.tar.gz pleroma-ef37774403ff5af69a637875240eec205b6f55a5.zip | |
Merge branch 'output-of-relationships-in-statuses' into 'develop'
Ability to control the output of AccountView.pleroma.relationship in statuses / notifications
See merge request pleroma/pleroma!2342
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.exs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs index 232a91bf1..7f013aaad 100644 --- a/config/config.exs +++ b/config/config.exs @@ -240,6 +240,8 @@ config :pleroma, :instance, extended_nickname_format: true, cleanup_attachments: false +config :pleroma, :extensions, output_relationships_in_statuses_by_default: true + config :pleroma, :feed, post_title: %{ max_length: 100, |
