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 +}