`"to": "https://alice.example/followers"`な投稿へのリプライに`"cc": "https://bob.example/followers"`を付けても一般的に誰も嬉しくないと思うけど、「フォロワー限定」の投稿へのリプライにおけるMastodonのデフォルトの挙動がこれっぽいのだよな。というかそもそも代わりに`"cc": "https://alice.example/followers"`を付けるようなことが出来ない
https://github.com/w3c/activitypub/issues/461#issuecomment-2323112228
`"cc": { "type": "Collection", "ex:intersectionOf": ["https://alice.example/followers", https://bob.example/followers"] }`のように無名のコレクションを宛先として突っ込むことを妄想したことはある(非対応の実装は"理想的には"単に無視してくれるはず)
`"cc": "https://alice.example/followers" ∩ "https://bob.example/followers"`が出来ると嬉しいかもしれないけど、そんな仕組みはないのだよなあ