summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2023-06-11 10:55:39 +0200
committerGravatar default2023-06-11 10:55:39 +0200
commitf6b836e120408c9a6d2791fc932aea3c081d1654 (patch)
treeadc86c47fc2a232d00cd1c20bd4a6f78990242ef
parentDisable `timeline_request_replies()` temporarily. (diff)
downloadsnac2-f6b836e120408c9a6d2791fc932aea3c081d1654.tar.gz
snac2-f6b836e120408c9a6d2791fc932aea3c081d1654.tar.xz
snac2-f6b836e120408c9a6d2791fc932aea3c081d1654.zip
Fixed comment.
-rw-r--r--activitypub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/activitypub.c b/activitypub.c
index d7d4d79..042835b 100644
--- a/activitypub.c
+++ b/activitypub.c
@@ -205,7 +205,7 @@ void timeline_request_replies(snac *user, const char *id)
205 do not have an inReplyTo field (why??? aren't they 'replies'???). 205 do not have an inReplyTo field (why??? aren't they 'replies'???).
206 For this reason, these requested objects are not stored as children 206 For this reason, these requested objects are not stored as children
207 of the original post and they are shown as out-of-context, top level posts. 207 of the original post and they are shown as out-of-context, top level posts.
208 This is disabled until I find an elegant way of providing a parent 208 This process is disabled until I find an elegant way of providing a parent
209 for these 'stray' children. */ 209 for these 'stray' children. */
210 return; 210 return;
211 211