diff options
Diffstat (limited to 'html.c')
-rw-r--r-- | html.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1215,10 +1215,11 @@ int html_post_handler(d_char *req, char *q_path, d_char *payload, int p_size, if (msg != NULL) { /* reload the actor from the message, in may be different */ actor = xs_dict_get(msg, "object"); + xs *inbox = get_actor_inbox(&snac, actor); following_add(&snac, actor, msg); - enqueue_output(&snac, msg, actor, 0); + enqueue_output(&snac, msg, inbox, 0); } } else |