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 79ec98b..a193ac9 100644 --- a/activitypub.c +++ b/activitypub.c | |||
| @@ -827,7 +827,7 @@ int process_message(snac *snac, char *msg, char *req) | |||
| 827 | xs *f_msg = xs_dup(msg); | 827 | xs *f_msg = xs_dup(msg); |
| 828 | xs *reply = msg_accept(snac, f_msg, actor); | 828 | xs *reply = msg_accept(snac, f_msg, actor); |
| 829 | 829 | ||
| 830 | post(snac, reply); | 830 | enqueue_message(snac, reply); |
| 831 | 831 | ||
| 832 | if (xs_is_null(xs_dict_get(f_msg, "published"))) { | 832 | if (xs_is_null(xs_dict_get(f_msg, "published"))) { |
| 833 | /* add a date if it doesn't include one (Mastodon) */ | 833 | /* add a date if it doesn't include one (Mastodon) */ |