Skip to content

Commit

Permalink
Disable sending tweets
Browse files Browse the repository at this point in the history
Fuck the Twitter API.
  • Loading branch information
tomtaylor committed Feb 2, 2023
1 parent 3d28ffe commit 7dda3f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/lowflyingrocks/tweeter.ex
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ defmodule LowFlyingRocks.Tweeter do

if Application.fetch_env!(:lowflyingrocks, :perform_tweets) do
Mastodon.publish(body)
ExTwitter.update(body)
end
end

Expand Down

0 comments on commit 7dda3f4

Please sign in to comment.