summaryrefslogtreecommitdiff
path: root/activitypub.c
diff options
context:
space:
mode:
Diffstat (limited to 'activitypub.c')
-rw-r--r--activitypub.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/activitypub.c b/activitypub.c
index 17b038f..ceb5d37 100644
--- a/activitypub.c
+++ b/activitypub.c
@@ -99,7 +99,8 @@ int timeline_request(snac *snac, char **id, char *referrer)
99 *id = xs_dict_get(object, "id"); 99 *id = xs_dict_get(object, "id");
100 100
101 if (strcmp(*id, oid) != 0) 101 if (strcmp(*id, oid) != 0)
102 snac_debug(snac, 0, xs_fmt("canonic id for %s is %s", oid, *id)); 102 snac_debug(snac, 1,
103 xs_fmt("timeline_request canonical id for %s is %s", oid, *id));
103 104
104 if (!xs_is_null(type) && strcmp(type, "Note") == 0) { 105 if (!xs_is_null(type) && strcmp(type, "Note") == 0) {
105 char *actor = xs_dict_get(object, "attributedTo"); 106 char *actor = xs_dict_get(object, "attributedTo");