diff options
author | Alex S <alex.strizhakov@gmail.com> | 2019-07-14 09:20:54 +0300 |
---|---|---|
committer | Alex S <alex.strizhakov@gmail.com> | 2019-07-14 09:23:43 +0300 |
commit | 7af27c143d6c6f288be1e7d2fd2e2e9a439ececf (patch) | |
tree | a2c642689f00da2b13069b258f8571f48126db18 /docs/config.md | |
parent | f4447d82b814e4710a0d7499bc0707773ac1e440 (diff) | |
download | pleroma-7af27c143d6c6f288be1e7d2fd2e2e9a439ececf.tar.gz |
changelog & docs
Diffstat (limited to 'docs/config.md')
-rw-r--r-- | docs/config.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/config.md b/docs/config.md index a65b7a560..9a64f0ed7 100644 --- a/docs/config.md +++ b/docs/config.md @@ -425,6 +425,7 @@ This config contains two queues: `federator_incoming` and `federator_outgoing`. * `enabled`: if enabled the instance will parse metadata from attached links to generate link previews * `ignore_hosts`: list of hosts which will be ignored by the metadata parser. For example `["accounts.google.com", "xss.website"]`, defaults to `[]`. * `ignore_tld`: list TLDs (top-level domains) which will ignore for parse metadata. default is ["local", "localdomain", "lan"] +* `parsers`: list of Rich Media parsers ## :fetch_initial_posts * `enabled`: if enabled, when a new user is federated with, fetch some of their latest posts |