Merge branch 'short-description' into 'develop'
Add short_description instance field Closes #2865 See merge request pleroma/pleroma!3651
This commit is contained in:
commit
fdc71f6051
5 changed files with 13 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ defmodule Pleroma.Web.MastodonAPI.InstanceView do
|
|||
uri: Pleroma.Web.Endpoint.url(),
|
||||
title: Keyword.get(instance, :name),
|
||||
description: Keyword.get(instance, :description),
|
||||
short_description: Keyword.get(instance, :short_description),
|
||||
version: "#{@mastodon_api_level} (compatible; #{Pleroma.Application.named_version()})",
|
||||
email: Keyword.get(instance, :email),
|
||||
urls: %{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue