Add short_description field
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
d7c53da77a
commit
fbf9eced11
4 changed files with 12 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