From b2cdd5fdb78e6630e5297cb58fccf3430a143270 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Sun, 23 Feb 2025 12:06:32 -0500 Subject: [PATCH] chore: add sourceContent to schema --- public/openapi/components/schemas/PostObject.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/openapi/components/schemas/PostObject.yaml b/public/openapi/components/schemas/PostObject.yaml index 00f840127a..502ea8044d 100644 --- a/public/openapi/components/schemas/PostObject.yaml +++ b/public/openapi/components/schemas/PostObject.yaml @@ -18,6 +18,9 @@ PostObject: For posts received via ActivityPub, it is the url of the original piece of content. content: type: string + sourceContent: + type: string + nullable: true uid: type: number description: A user identifier