mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-15 05:08:50 +01:00
remoev
This commit is contained in:
parent
308518f6cd
commit
2941fa7b86
1 changed files with 0 additions and 7 deletions
|
@ -322,14 +322,7 @@ if (ID.includes(bannedchannels) && !bypassExists && !tabExists && !continuationE
|
|||
);
|
||||
const dnoreplace = about?.Description.toString();
|
||||
|
||||
if (continuation) {
|
||||
const currentAuthorId = String(cinv.authorId).trim();
|
||||
const firstVideoAuthorId = String(tj?.videos[0].authorId).trim();
|
||||
|
||||
if (currentAuthorId.localeCompare(firstVideoAuthorId) !== 0) {
|
||||
res.status(400).send("Continuation does not match the channel :c");
|
||||
}
|
||||
}
|
||||
|
||||
let ChannelFirstVideoObject = {
|
||||
subCountText: "0",
|
||||
|
|
Loading…
Reference in a new issue