diff --git a/Cargo.toml b/Cargo.toml index 0547c97..ffb7bc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fie" -version = "0.6.1" +version = "0.6.2" authors = ["Douman "] repository = "https://github.com/DoumanAsh/fie" description = "Small and cute twitter app." diff --git a/src/api/gab.rs b/src/api/gab.rs index c186254..bb4bf57 100644 --- a/src/api/gab.rs +++ b/src/api/gab.rs @@ -43,7 +43,7 @@ pub mod payload { body: message, reply_to: "", is_quote: 0, - is_html: 1, + is_html: 0, nsfw: flags.nsfw as u8, is_premium: 0, _method: "post",