From 2c56fafc49d927c74b6a9ef37fd1ff0330086bb6 Mon Sep 17 00:00:00 2001 From: Daniel Nitsikopoulos Date: Sat, 4 Feb 2023 14:45:07 +1100 Subject: [PATCH] Allow posts to mastodon --- lib/adamantium/syndication/mastodon.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/adamantium/syndication/mastodon.rb b/lib/adamantium/syndication/mastodon.rb index a51bd18..7dea972 100644 --- a/lib/adamantium/syndication/mastodon.rb +++ b/lib/adamantium/syndication/mastodon.rb @@ -50,8 +50,6 @@ module Adamantium JSON.parse(response.body, symbolize_names: true).fetch(:id, nil) end&.compact - raise media_ids.inspect - response = HTTParty.post("#{mastodon_server}api/v1/statuses", { headers: { "Idempotency-Key": key,