diff options
author | lain <lain@soykaf.club> | 2020-05-18 13:28:50 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-05-18 13:29:30 +0200 |
commit | 188b32145e0a97411878a11bd4f8ad8bc9cc1d9a (patch) | |
tree | cab89045b034f2d817783cb444b9d12d027173ef /lib | |
parent | 96f7b1b140979249cf28bc742b7749f1bee7ea9c (diff) | |
download | pleroma-188b32145e0a97411878a11bd4f8ad8bc9cc1d9a.tar.gz |
InstanceView: Expose background image link.
This will make it easier for more clients to support this feature.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/web/mastodon_api/views/instance_view.ex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pleroma/web/mastodon_api/views/instance_view.ex b/lib/pleroma/web/mastodon_api/views/instance_view.ex index a329ffc28..8088306c3 100644 --- a/lib/pleroma/web/mastodon_api/views/instance_view.ex +++ b/lib/pleroma/web/mastodon_api/views/instance_view.ex @@ -33,6 +33,7 @@ defmodule Pleroma.Web.MastodonAPI.InstanceView do avatar_upload_limit: Keyword.get(instance, :avatar_upload_limit), background_upload_limit: Keyword.get(instance, :background_upload_limit), banner_upload_limit: Keyword.get(instance, :banner_upload_limit), + background_image: Keyword.get(instance, :background_image), pleroma: %{ metadata: %{ features: features(), |