logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 863010ea637d6670076dba3f6da54daa144cce67
parent 4c16f5d2ca5f7665b88b7b332b718f9445d9bb04
Author: Miss Pasture <atsmdq@gmail.com>
Date:   Wed, 31 Mar 2021 06:51:22 +0000

date-times are always strings

Diffstat:

Mlib/pleroma/web/api_spec/operations/account_operation.ex2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/pleroma/web/api_spec/operations/account_operation.ex b/lib/pleroma/web/api_spec/operations/account_operation.ex @@ -482,7 +482,7 @@ defmodule Pleroma.Web.ApiSpec.AccountOperation do access_token: %Schema{type: :string}, refresh_token: %Schema{type: :string}, scope: %Schema{type: :string}, - created_at: %Schema{type: :integer, format: :"date-time"}, + created_at: %Schema{type: :string, format: :"date-time"}, me: %Schema{type: :string}, expires_in: %Schema{type: :integer}, #