From 3e2891b100c3359bf3ff85e01447270f0aab3be1 Mon Sep 17 00:00:00 2001 From: default Date: Fri, 2 Dec 2022 20:44:51 +0100 Subject: Renamed timeline_here() to object_here(). --- activitypub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activitypub.c') diff --git a/activitypub.c b/activitypub.c index 764f69d..09fa55e 100644 --- a/activitypub.c +++ b/activitypub.c @@ -85,7 +85,7 @@ int timeline_request(snac *snac, char *id, char *referrer) if (!xs_is_null(id)) { /* is the admired object already there? */ - if (!timeline_here(snac, id)) { + if (!object_here(id)) { xs *object = NULL; /* no; download it */ -- cgit v1.2.3