Merge branch 'develop' of akkoma.dev:AkkomaGang/akkoma into develop
authorFloatingGhost <hannah@coffee-and-dreams.uk>
Fri, 14 Apr 2023 16:56:56 +0000 (17:56 +0100)
committerFloatingGhost <hannah@coffee-and-dreams.uk>
Fri, 14 Apr 2023 16:56:56 +0000 (17:56 +0100)
1  2 
CHANGELOG.md
config/config.exs

diff --combined CHANGELOG.md
index a277ac08c25f65051ca49e00ec1b3d3422d81b8d,74182aa62398d3f71e01d953edbc4cd5730094b2..7f481aad5d283c6a0b21e92802a6c22a678df3e3
@@@ -10,8 -10,6 +10,8 @@@ The format is based on [Keep a Changelo
  - Nodeinfo keys for unauthenticated timeline visibility
  - Option to disable federated timeline
  - Option to make the bubble timeline publicly accessible
 +- Ability to swap between installed standard frontends
 +  - *mastodon frontends are still not counted as standard frontends due to the complexity in serving them correctly*. 
  
  ## 2023.03
  
@@@ -28,6 -26,7 +28,7 @@@
  
  ### Removed
  - Possibility of using the `style` parameter on `span` elements. This will break certain MFM parameters.
+ - Option for "default" image description.
  
  ## 2023.02
  
diff --combined config/config.exs
index c1e05114888588e94fa38d9cdea55f95f7066704,3fefe88468f077efd55113601be66794a3548345..95c576385044e78bedc679d25edfad40a5771767
@@@ -65,7 -65,6 +65,6 @@@ config :pleroma, Pleroma.Upload
    link_name: false,
    proxy_remote: false,
    filename_display_max_length: 30,
-   default_description: nil,
    base_url: nil
  
  config :pleroma, Pleroma.Uploaders.Local, uploads: "uploads"
@@@ -746,9 -745,6 +745,9 @@@ config :pleroma, :frontends
    primary: %{"name" => "pleroma-fe", "ref" => "stable"},
    admin: %{"name" => "admin-fe", "ref" => "stable"},
    mastodon: %{"name" => "mastodon-fe", "ref" => "akkoma"},
 +  pickable: [
 +    "pleroma-fe/stable"
 +  ],
    swagger: %{
      "name" => "swagger-ui",
      "ref" => "stable",