From 6d1b97a012c715242a9cea25704051f0a218a80f Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Mon, 4 Aug 2025 02:07:31 -0400 Subject: [PATCH] Fixed a bug that was causing boosts to fail. --- ttyverse.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ttyverse.pl b/ttyverse.pl index dec4051..3026559 100755 --- a/ttyverse.pl +++ b/ttyverse.pl @@ -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