From 4f2d91a5a10201b7b5608eb39cee22082c7d5f54 Mon Sep 17 00:00:00 2001 From: Douman Date: Sun, 21 Jan 2018 20:03:15 +0300 Subject: [PATCH] Gab: post as non-html --- Cargo.toml | 2 +- src/api/gab.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",