From fc62cb00899b0b4567b9c3bd8b0c38410c562e62 Mon Sep 17 00:00:00 2001 From: grunfink Date: Sat, 11 Oct 2025 18:47:52 +0200 Subject: Fixed recipient_list() for mentioned accounts. --- activitypub.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/activitypub.c b/activitypub.c index 0a60d0d..c433788 100644 --- a/activitypub.c +++ b/activitypub.c @@ -584,6 +584,8 @@ xs_list *recipient_list(snac *snac, const xs_dict *msg, int expand_public) while (xs_list_iter(&p, &actor)) xs_set_add(&rcpts, actor); } + else + xs_set_add(&rcpts, v); } else xs_set_add(&rcpts, v); -- cgit v1.2.3