diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-07-08 06:09:39 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-07-08 06:29:24 +0200 |
commit | 31fef95e35d3cbc2d65c76a57ba8f4047809ce1b (patch) | |
tree | 22b5b0f9a74443527ec6cfd7f153d6ae02afcaae /lib | |
parent | 312fc55f14e1b7f88ec43b72c577bf5df595beac (diff) | |
download | pleroma-31fef95e35d3cbc2d65c76a57ba8f4047809ce1b.tar.gz |
Add changelog and documentation
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/web/api_spec/schemas/account.ex | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/pleroma/web/api_spec/schemas/account.ex b/lib/pleroma/web/api_spec/schemas/account.ex index 84f18f1b6..e6f163cb7 100644 --- a/lib/pleroma/web/api_spec/schemas/account.ex +++ b/lib/pleroma/web/api_spec/schemas/account.ex @@ -102,6 +102,12 @@ defmodule Pleroma.Web.ApiSpec.Schemas.Account do type: :object, description: "A generic map of settings for frontends. Opaque to the backend. Only returned in `verify_credentials` and `update_credentials`" + }, + favicon: %Schema{ + type: :string, + format: :uri, + nullable: true, + description: "Favicon image of the user's instance" } } }, |