From: Alex Gleason Date: Thu, 16 Jul 2020 19:51:36 +0000 (-0500) Subject: Merge remote-tracking branch 'upstream/develop' into linkify X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=38425ebdbf157377ccb0402f78dc3d02f81c55f5;p=akkoma Merge remote-tracking branch 'upstream/develop' into linkify --- 38425ebdbf157377ccb0402f78dc3d02f81c55f5 diff --cc CHANGELOG.md index 4d3bda99e,a02f28241..b124b59e1 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@@ -7,6 -7,6 +7,7 @@@ The format is based on [Keep a Changelo ### Changed - **Breaking:** Elixir >=1.9 is now required (was >= 1.8) ++- **Breaking:** Configuration: `:auto_linker, :opts` moved to `:pleroma, Pleroma.Formatter`. Old config namespace is deprecated. - In Conversations, return only direct messages as `last_status` - Using the `only_media` filter on timelines will now exclude reblog media - MFR policy to set global expiration for all local Create activities diff --cc config/description.exs index 204de8324,f1c6773f1..a936b7abf --- a/config/description.exs +++ b/config/description.exs @@@ -2157,11 -2216,11 +2216,12 @@@ config :pleroma, :config_description, ] }, %{ - group: :auto_linker, - key: :opts, + group: :pleroma, + key: Pleroma.Formatter, + label: "Auto Linker", type: :group, - description: "Configuration for the auto_linker library", + description: + "Configuration for Pleroma's link formatter which parses mentions, hashtags, and URLs.", children: [ %{ key: :class,