mirror of
https://codeberg.org/ashley/poke
synced 2025-04-06 09:38:00 +00:00
remoev
This commit is contained in:
parent
308518f6cd
commit
2941fa7b86
@ -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 New Issue
Block a user