From 723343fc42884e2cd87faf6443967c2853c48a68 Mon Sep 17 00:00:00 2001 From: default Date: Sun, 11 Jun 2023 10:54:48 +0200 Subject: Disable `timeline_request_replies()` temporarily. --- activitypub.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'activitypub.c') diff --git a/activitypub.c b/activitypub.c index 92914a2..d7d4d79 100644 --- a/activitypub.c +++ b/activitypub.c @@ -200,6 +200,15 @@ void timeline_request_replies(snac *user, const char *id) /* requests all replies of a message */ /* FIXME: experimental -- needs more testing */ { + /* FIXME: TEMPORARILY DISABLED */ + /* Reason: I've found that many of the posts in the 'replies' Collection + do not have an inReplyTo field (why??? aren't they 'replies'???). + For this reason, these requested objects are not stored as children + of the original post and they are shown as out-of-context, top level posts. + This is disabled until I find an elegant way of providing a parent + for these 'stray' children. */ + return; + xs *msg = NULL; if (!valid_status(object_get(id, &msg))) -- cgit v1.2.3