From 95157f1200b2ce25069e1ffe946a9e0ed3a381c6 Mon Sep 17 00:00:00 2001 From: uwaa Date: Mon, 16 Dec 2024 03:57:06 +0000 Subject: [PATCH] pleroma: add docs to PostStatus --- Pleroma/Pleroma.cs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Pleroma/Pleroma.cs b/Pleroma/Pleroma.cs index 0f41f16..8f6a752 100644 --- a/Pleroma/Pleroma.cs +++ b/Pleroma/Pleroma.cs @@ -99,7 +99,13 @@ public class Pleroma /// /// Posts a status. /// - /// The status data to send, including the content, visibility, etc. + /// Text content of the status. + /// Mark status and attached media as sensitive? + /// The number of seconds the posted activity should expire in. When a posted activity expires it will be deleted from the server, and a delete request for it will be federated. This needs to be longer than an hour. + /// ID of the status being replied to, if status is a reply + /// ID of the status being quoted. + /// ISO 639 language code for this status. + /// Visibility of the posted status. /// Thrown if something goes wrong while uploading the status. /// The status if posting was successful. public Task PostStatus(string content,