diff options
author | default <nobody@localhost> | 2022-12-02 20:44:51 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2022-12-02 20:44:51 +0100 |
commit | 3e2891b100c3359bf3ff85e01447270f0aab3be1 (patch) | |
tree | 8882ff9b29248f12e14b0fa7ce57a5062f6db944 /activitypub.c | |
parent | 4819c4248dc54c05cd4db9f181b333c3fd05d03d (diff) |
Renamed timeline_here() to object_here().
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 */ |