aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-07-03 14:31:04 +0200
committerlain <lain@soykaf.club>2020-07-03 14:31:04 +0200
commit3ca9af1f9fef081830820b5bea90f789e460b83a (patch)
tree8f6907180e0062a8dd700e9b6cf8f30d18733af8
parentb374fd622b120668bb828155e32f9b4f4a142911 (diff)
downloadpleroma-3ca9af1f9fef081830820b5bea90f789e460b83a.tar.gz
Account Schema: Add `accepts_chat_messages`
-rw-r--r--lib/pleroma/web/api_spec/schemas/account.ex4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/pleroma/web/api_spec/schemas/account.ex b/lib/pleroma/web/api_spec/schemas/account.ex
index 84f18f1b6..3a84a1593 100644
--- a/lib/pleroma/web/api_spec/schemas/account.ex
+++ b/lib/pleroma/web/api_spec/schemas/account.ex
@@ -102,7 +102,8 @@ 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`"
- }
+ },
+ accepts_chat_messages: %Schema{type: :boolean, nullable: true}
}
},
source: %Schema{
@@ -169,6 +170,7 @@ defmodule Pleroma.Web.ApiSpec.Schemas.Account do
"is_admin" => false,
"is_moderator" => false,
"skip_thread_containment" => false,
+ "accepts_chat_messages" => true,
"chat_token" =>
"SFMyNTY.g3QAAAACZAAEZGF0YW0AAAASOXRLaTNlc2JHN09RZ1oyOTIwZAAGc2lnbmVkbgYARNplS3EB.Mb_Iaqew2bN1I1o79B_iP7encmVCpTKC4OtHZRxdjKc",
"unread_conversation_count" => 0,