ObjectValidator: Basic `Block` support.
[akkoma] / config / config.exs
index a81ffcd3b9ed77e65613824585d3b1d0b64a7c35..bd559c835578ff9f77d9c765824f88247cebb4f2 100644 (file)
@@ -695,6 +695,8 @@ config :pleroma, :mrf,
   transparency: true,
   transparency_exclusions: []
 
+config :tzdata, :http_client, Pleroma.HTTP.Tzdata
+
 # Import environment specific config. This must remain at the bottom
 # of this file so it overrides the configuration defined above.
 import_config "#{Mix.env()}.exs"