Skip to content

Commit

Permalink
Gab: post as non-html
Browse files Browse the repository at this point in the history
  • Loading branch information
DoumanAsh committed Jan 21, 2018
1 parent 4e7fb6b commit 4f2d91a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fie"
version = "0.6.1"
version = "0.6.2"
authors = ["Douman <[email protected]>"]
repository = "https://github.com/DoumanAsh/fie"
description = "Small and cute twitter app."
Expand Down
2 changes: 1 addition & 1 deletion src/api/gab.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4f2d91a

Please sign in to comment.