From 3c307a47fc7ad49c0c98b28b5a0bb3e3d44817e6 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Fri, 2 Apr 2021 10:13:25 -0700 Subject: [PATCH] chore: update tested mastodon to fix mimemagic (#2027) --- bin/clone-mastodon.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/clone-mastodon.js b/bin/clone-mastodon.js index 151a3349..c923cb26 100644 --- a/bin/clone-mastodon.js +++ b/bin/clone-mastodon.js @@ -9,8 +9,8 @@ const stat = promisify(fs.stat) const writeFile = promisify(fs.writeFile) const dir = __dirname -const GIT_URL = 'https://github.com/tootsuite/mastodon.git' -const GIT_TAG = 'v3.3.0' +const GIT_URL = 'https://github.com/nolanlawson/mastodon.git' +const GIT_TAG = 'tag-abad99f' const mastodonDir = path.join(dir, '../mastodon')