From e530b55b8dc55f4c8974d2999b7e572b19941c4c Mon Sep 17 00:00:00 2001 From: pluralcafe-docker Date: Wed, 22 Aug 2018 07:57:04 +0000 Subject: Don't use node-mastodon and instead use fetch --- node-mastodon/lib/settings.js | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 node-mastodon/lib/settings.js (limited to 'node-mastodon/lib/settings.js') diff --git a/node-mastodon/lib/settings.js b/node-mastodon/lib/settings.js deleted file mode 100644 index f6d5411..0000000 --- a/node-mastodon/lib/settings.js +++ /dev/null @@ -1,2 +0,0 @@ -// set of status codes where we don't attempt reconnecting to Mastodon -exports.STATUS_CODES_TO_ABORT_ON = [ 400, 401, 403, 404, 406, 410, 422 ]; -- cgit