boosts now reflect visibility of target post
This commit is contained in:
parent
b9445cf832
commit
d595b037e6
2 changed files with 8 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue