summaryrefslogtreecommitdiff
path: root/activitypub.c
diff options
context:
space:
mode:
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 */