summaryrefslogtreecommitdiff
path: root/activitypub.c
diff options
context:
space:
mode:
authorGravatar default2022-12-02 20:44:51 +0100
committerGravatar default2022-12-02 20:44:51 +0100
commit3e2891b100c3359bf3ff85e01447270f0aab3be1 (patch)
tree8882ff9b29248f12e14b0fa7ce57a5062f6db944 /activitypub.c
parentMore old code deletions. (diff)
downloadsnac2-3e2891b100c3359bf3ff85e01447270f0aab3be1.tar.gz
snac2-3e2891b100c3359bf3ff85e01447270f0aab3be1.tar.xz
snac2-3e2891b100c3359bf3ff85e01447270f0aab3be1.zip
Renamed timeline_here() to object_here().
Diffstat (limited to 'activitypub.c')
-rw-r--r--activitypub.c2
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)
85 85
86 if (!xs_is_null(id)) { 86 if (!xs_is_null(id)) {
87 /* is the admired object already there? */ 87 /* is the admired object already there? */
88 if (!timeline_here(snac, id)) { 88 if (!object_here(id)) {
89 xs *object = NULL; 89 xs *object = NULL;
90 90
91 /* no; download it */ 91 /* no; download it */