diff options
Diffstat (limited to 'activitypub.c')
-rw-r--r-- | activitypub.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |