1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-16 18:06:55 +00:00

The Drops user itself is also a "bad user"

This commit is contained in:
Barry Carlyon 2022-12-20 16:41:27 +00:00 committed by GitHub
parent 14400e16bc
commit 3f8eb15f0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = {
};
}
}
}