chore: update tested mastodon to fix mimemagic

This commit is contained in:
Nolan Lawson 2021-04-02 08:51:18 -07:00
parent b48db404ad
commit 4c9d3d95b6
1 changed files with 2 additions and 2 deletions

View File

@ -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')