Pulled in the twitter content backup functionality from curvyandtrans.com

Sadly, lost the images from one of Emmy_Zje's deleted tweets.
This commit is contained in:
Jocelyn Badgley (Twipped)
2021-08-25 09:45:21 -07:00
parent 3e570577b2
commit 9bfa5c4690
110 changed files with 6637 additions and 6029 deletions

View File

@@ -94,7 +94,7 @@ const TYPE = exports.TYPE = {
exports.type = dictMatch({
[TYPE.IMAGE]: isImage,
[TYPE.HANDYBARS]: isHandybars,
[TYPE.HANDYBARS]: isHandybars,
[TYPE.MARKDOWN]: isMarkdown,
[TYPE.VIDEO]: isVideo,
[TYPE.SCRIPT]: is(JS, JSX),