boosts now reflect visibility of target post

This commit is contained in:
ari melody 2024-07-08 12:08:33 +01:00
parent b9445cf832
commit d595b037e6
Signed by: ari
GPG key ID: CF99829C92678188
2 changed files with 8 additions and 3 deletions

View file

@ -28,7 +28,7 @@
data = await api.unboostPost($server.host, $app.token, post.id);
} else {
playSound("boost");
data = await api.boostPost($server.host, $app.token, post.id);
data = await api.boostPost($server.host, $app.token, post.id, post.visibility);
}
if (!data) {