ActivityPub full topic replies not appearing on Mastodon

Hello :waving_hand:

Discourse ForumHelperBot helps me to investigate the issue. :down_arrow:

Publication type: Full Topic
Post object type: Note

Topic first post federates correctly to Mastodon :white_check_mark:
Reply posts are delivered but NOT shown in followers’ timeline :cross_mark:

Root cause found in logs - reply posts have incorrect addressing:
"cc": ["https://.../ap/actor/GROUP_ACTOR_ID"]

Should be:
"cc": ["https://.../ap/actor/GROUP_ACTOR_ID/followers"]


Thanks