Fixed a bug that was causing boosts to fail.
This commit is contained in:
+2
-1
@@ -6940,7 +6940,8 @@ sub updatest {
|
||||
"-- warning: incomplete location ($lat, $long) ignored\n";
|
||||
}
|
||||
if ($rt_id) {
|
||||
$i .= "id=$rt_id";
|
||||
# For boosts, only send visibility parameter (ID is in URL path)
|
||||
$i .= "visibility=${post_visibility}&" if (defined $post_visibility);
|
||||
} else {
|
||||
if (length($user_name_dm)) {
|
||||
# For DMs: include mention in status and set visibility
|
||||
|
||||
Reference in New Issue
Block a user