From 7520c4db494c1e860acdf5a9bd8826751796eea8 Mon Sep 17 00:00:00 2001 From: evazion Date: Mon, 8 Feb 2021 23:48:26 -0600 Subject: [PATCH] uploads: temp disable Pixiv source strategy. Pixiv API client is currently broken. Temporarily disable Pixiv source strategy so direct image Pixiv uploads can still go through. The posts.pixiv_id field will need to be backfilled later. --- app/logical/sources/strategies.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/logical/sources/strategies.rb b/app/logical/sources/strategies.rb index fddc1fdd3..ca77191ec 100644 --- a/app/logical/sources/strategies.rb +++ b/app/logical/sources/strategies.rb @@ -2,7 +2,7 @@ module Sources module Strategies def self.all [ - Strategies::Pixiv, + #Strategies::Pixiv, Strategies::Fanbox, Strategies::NicoSeiga, Strategies::Twitter,