From 3f8eb15f0f348955735095c345d27517881efa18 Mon Sep 17 00:00:00 2001 From: Barry Carlyon Date: Tue, 20 Dec 2022 16:41:27 +0000 Subject: [PATCH] The Drops user itself is also a "bad user" --- src/modules/chat/link_providers.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/chat/link_providers.js b/src/modules/chat/link_providers.js index 0173e134..4a03851b 100644 --- a/src/modules/chat/link_providers.js +++ b/src/modules/chat/link_providers.js @@ -11,7 +11,7 @@ const USER_URL = /^(?:https?:\/\/)?(?:www\.)?twitch\.tv\/([^/]+)$/; const BAD_USERS = [ 'directory', '_deck', 'p', 'downloads', 'jobs', 'turbo', 'settings', 'friends', - 'subscriptions', 'inventory', 'wallet' + 'subscriptions', 'drops', 'inventory', 'wallet' ]; import GET_CLIP from './clip_info.gql'; @@ -456,4 +456,4 @@ export const Video = { }; } -} \ No newline at end of file +}