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:
parent
14400e16bc
commit
3f8eb15f0f
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ const USER_URL = /^(?:https?:\/\/)?(?:www\.)?twitch\.tv\/([^/]+)$/;
|
||||||
|
|
||||||
const BAD_USERS = [
|
const BAD_USERS = [
|
||||||
'directory', '_deck', 'p', 'downloads', 'jobs', 'turbo', 'settings', 'friends',
|
'directory', '_deck', 'p', 'downloads', 'jobs', 'turbo', 'settings', 'friends',
|
||||||
'subscriptions', 'inventory', 'wallet'
|
'subscriptions', 'drops', 'inventory', 'wallet'
|
||||||
];
|
];
|
||||||
|
|
||||||
import GET_CLIP from './clip_info.gql';
|
import GET_CLIP from './clip_info.gql';
|
||||||
|
@ -456,4 +456,4 @@ export const Video = {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue