Support Pleroma.Web.Preload
With pleroma!2381 (merged) we now have the ability to preload certain data into the frontend.
The default config looks like this:
config :pleroma, Pleroma.Web.Preload,
providers: [
Pleroma.Web.Preload.Providers.Instance
]
I think it's missing an entry in description.exs. Might need to be whitelisted here too.