changelog & docs
authorAlex S <alex.strizhakov@gmail.com>
Sun, 14 Jul 2019 06:20:54 +0000 (09:20 +0300)
committerAlex S <alex.strizhakov@gmail.com>
Sun, 14 Jul 2019 06:23:43 +0000 (09:23 +0300)
CHANGELOG.md
docs/config.md

index bebb438b1927414271f7fdacce3cd1cc93e9ca75..694097878d9d76b6ee27e7d10f42a5cf30896db7 100644 (file)
@@ -39,6 +39,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
 ### Changed
 - Configuration: Filter.AnonymizeFilename added ability to retain file extension with custom text
 - Admin API: changed json structure for saving config settings.
+- RichMedia: parsers and their order are configured in `rich_media` config.
 
 ## [1.0.0] - 2019-06-29
 ### Security
index a65b7a5600ddd21055474f04635b85db15705bec..9a64f0ed76d7f61b2063b52d44c96c7dc57e8ede 100644 (file)
@@ -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