fix: add sourceContent prop to posts API

This commit is contained in:
Julian Lam
2025-01-07 14:25:13 -05:00
parent e6b20ed329
commit 8ebe6de17e

View File

@@ -34,6 +34,10 @@ get:
description: A topic identifier description: A topic identifier
content: content:
type: string type: string
sourceContent:
type: string
description: If the pid is a remote post ID, and markdown was received, it will be saved in this property, and `content` will be emptied.
nullable: true
timestamp: timestamp:
type: number type: number
flagId: flagId: