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 5e55b8a..829f6d5 100644 --- a/activitypub.c +++ b/activitypub.c | |||
| @@ -2958,7 +2958,7 @@ int process_input_message(snac *snac, const xs_dict *msg, const xs_dict *req) | |||
| 2958 | if (xs_is_null(object)) | 2958 | if (xs_is_null(object)) |
| 2959 | snac_log(snac, xs_fmt("malformed message: no 'id' field")); | 2959 | snac_log(snac, xs_fmt("malformed message: no 'id' field")); |
| 2960 | else | 2960 | else |
| 2961 | if (timeline_admire(snac, object, actor, 1, xs_dup(msg)) == HTTP_STATUS_CREATED) | 2961 | if (timeline_admire(snac, object, actor, 1, msg) == HTTP_STATUS_CREATED) |
| 2962 | snac_log(snac, xs_fmt("new '%s' %s %s", type, actor, object)); | 2962 | snac_log(snac, xs_fmt("new '%s' %s %s", type, actor, object)); |
| 2963 | else | 2963 | else |
| 2964 | snac_log(snac, xs_fmt("repeated '%s' from %s to %s", type, actor, object)); | 2964 | snac_log(snac, xs_fmt("repeated '%s' from %s to %s", type, actor, object)); |