From b5e016839e623ad9160a62e3166f0aeba7a65768 Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Sun, 28 Dec 2025 05:50:02 +0100 Subject: [PATCH] Removed deprecated socials config. --- config/default.js | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/config/default.js b/config/default.js index cba2a2cf..2421297b 100755 --- a/config/default.js +++ b/config/default.js @@ -403,23 +403,4 @@ module.exports = { flushWindow: 1000, }, titleSlugLength: 50, - socials: { - urls: { - cashapp: 'https://cash.app/${handle}', // eslint-disable-line no-template-curly-in-string - fansly: 'https://fansly.com/{handle}', - instagram: 'https://www.instagram.com/{handle}', - linktree: 'https://linktr.ee/{handle}', - loyalfans: 'https://www.loyalfans.com/{handle}', - manyvids: 'https://{handle}.manyvids.com', - onlyfans: 'https://onlyfans.com/{handle}', - pornhub: 'https://www.pornhub.com/model/{handle}', - reddit: 'https://www.reddit.com/u/{handle}', - twitter: 'https://x.com/{handle}', - }, - prefix: { - default: '@', - cashapp: '$', - reddit: 'u/', - }, - }, };