fix(web): oops public posts get sent to followers
This commit is contained in:
parent
869ccbd65c
commit
31d536d3d5
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@ pub fn PostBox(advanced: WriteSignal<bool>) -> 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) {
|
||||
|
|
Loading…
Reference in a new issue