diff --git a/web/src/components/post.rs b/web/src/components/post.rs index 41180fcc..59e88c77 100644 --- a/web/src/components/post.rs +++ b/web/src/components/post.rs @@ -119,6 +119,7 @@ pub fn PostBox(advanced: WriteSignal) -> impl IntoView { } if get_checked(public_ref) { cc_vec.push(apb::target::PUBLIC.to_string()); + cc_vec.push(format!("{URL_BASE}/actors/{}/followers", auth.username())); } if let Some(r) = reply.reply_to.get() { if let Some(au) = post_author(&r) {