snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit f6b836e120408c9a6d2791fc932aea3c081d1654
parent 723343fc42884e2cd87faf6443967c2853c48a68
Author: default <nobody@localhost>
Date:   Sun, 11 Jun 2023 10:55:39 +0200

Fixed comment.

Diffstat:
Mactivitypub.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/activitypub.c b/activitypub.c @@ -205,7 +205,7 @@ void timeline_request_replies(snac *user, const char *id) 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 + This process is disabled until I find an elegant way of providing a parent for these 'stray' children. */ return;