From 25acaf178cc8a4112a5a150f5ee45bf69192cc0e Mon Sep 17 00:00:00 2001 From: default Date: Fri, 16 Dec 2022 07:16:00 +0100 Subject: Replaced all calls to post() with enqueue_message(). --- activitypub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activitypub.c') diff --git a/activitypub.c b/activitypub.c index 79ec98b..a193ac9 100644 --- a/activitypub.c +++ b/activitypub.c @@ -827,7 +827,7 @@ int process_message(snac *snac, char *msg, char *req) xs *f_msg = xs_dup(msg); xs *reply = msg_accept(snac, f_msg, actor); - post(snac, reply); + enqueue_message(snac, reply); if (xs_is_null(xs_dict_get(f_msg, "published"))) { /* add a date if it doesn't include one (Mastodon) */ -- cgit v1.2.3