aboutsummaryrefslogtreecommitdiff
path: root/mastoapi.c
diff options
context:
space:
mode:
authorgrunfink <grunfink@comam.es>2025-08-01 08:11:59 +0200
committergrunfink <grunfink@comam.es>2025-08-01 08:11:59 +0200
commit53216694cf4af93f153989a714c7878d45378789 (patch)
tree4afa83babf530c278181659235b9b24075633f70 /mastoapi.c
parenta3045659036f832fd8b475e9ea0e630852d63d68 (diff)
Updated some comments.
Diffstat (limited to 'mastoapi.c')
-rw-r--r--mastoapi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mastoapi.c b/mastoapi.c
index 2331a86..08bb5f7 100644
--- a/mastoapi.c
+++ b/mastoapi.c
@@ -2135,7 +2135,7 @@ int mastoapi_get_handler(const xs_dict *req, const char *q_path,
}
else
if (strcmp(cmd, "/v1/scheduled_statuses") == 0) { /** **/
- /* snac does not schedule notes */
+ /* TBD */
*body = xs_dup("[]");
*ctype = "application/json";
status = HTTP_STATUS_OK;
@@ -2500,6 +2500,7 @@ int mastoapi_get_handler(const xs_dict *req, const char *q_path,
}
else
if (strcmp(cmd, "/v1/preferences") == 0) { /** **/
+ /* TBD */
*body = xs_dup("{}");
*ctype = "application/json";
status = HTTP_STATUS_OK;