X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;ds=inline;f=lib%2Fpleroma%2Fweb%2Fapi_spec%2Fschemas%2Faccount_relationship.ex;h=5d9e3b56e3310f2893fb784cc2921d9c4aacfdce;hb=a079ec3a3cdfd42d2cbd51c7698c2c87828e5778;hp=163066032a9154d690b977dfe84ce06cfac48433;hpb=40414bf177c93b39d75c6091ef0ce1db093edb6f;p=akkoma diff --git a/lib/pleroma/web/api_spec/schemas/account_relationship.ex b/lib/pleroma/web/api_spec/schemas/account_relationship.ex index 163066032..5d9e3b56e 100644 --- a/lib/pleroma/web/api_spec/schemas/account_relationship.ex +++ b/lib/pleroma/web/api_spec/schemas/account_relationship.ex @@ -25,7 +25,8 @@ defmodule Pleroma.Web.ApiSpec.Schemas.AccountRelationship do note: %Schema{type: :string}, requested: %Schema{type: :boolean}, showing_reblogs: %Schema{type: :boolean}, - subscribing: %Schema{type: :boolean} + subscribing: %Schema{type: :boolean}, + notifying: %Schema{type: :boolean} }, example: %{ "blocked_by" => false, @@ -40,7 +41,8 @@ defmodule Pleroma.Web.ApiSpec.Schemas.AccountRelationship do "note" => "", "requested" => false, "showing_reblogs" => true, - "subscribing" => false + "subscribing" => false, + "notifying" => false } }) end