logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: a1b95922c5c4a4351b52c0f7a484a96efed08be9
parent 46ab97d72145a122cc0e0ada3cd9f0af5449bdf3
Author: tusooa <tusooa@kazv.moe>
Date:   Fri, 16 Dec 2022 14:16:07 -0500

Fix compile error

Diffstat:

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

diff --git a/lib/pleroma/web/api_spec/operations/pleroma_backup_operation.ex b/lib/pleroma/web/api_spec/operations/pleroma_backup_operation.ex @@ -76,7 +76,7 @@ defmodule Pleroma.Web.ApiSpec.PleromaBackupOperation do "inserted_at" => "2020-09-08T16:42:07.000Z", "processed" => true, "state" => "complete", - "processed_number": 20 + "processed_number" => 20 } } end