diff --git a/bot/src/mastodon/api.rs b/bot/src/mastodon/api.rs index 5c150c0..59840f2 100644 --- a/bot/src/mastodon/api.rs +++ b/bot/src/mastodon/api.rs @@ -32,7 +32,7 @@ impl From for PostStatusRequest { let link = value.link.unwrap(); // reserve space for the link + one space - character_budget -= link.len() as i32 + 2; + character_budget -= 25; // Push the title if character_budget > 0 {