mirror of
				https://codeberg.org/ashley/poke
				synced 2025-07-17 16:52:11 +00:00 
			
		
		
		
	oops
This commit is contained in:
		
							parent
							
								
									9adc242445
								
							
						
					
					
						commit
						a9e0acbd0a
					
				| @ -343,14 +343,7 @@ module.exports = function (app, config, renderTemplate) { | ||||
|         } | ||||
|       } | ||||
|   | ||||
|         if (continuation) { | ||||
|         const currentAuthorId = cinv.authorId; | ||||
|         const firstVideoAuthorId = tj.videos[0].authorId; | ||||
|          | ||||
|         if (currentAuthorId !== firstVideoAuthorId) { | ||||
|           res.status(400).send("continuation does not match the channel :c - how tf did this happen :sob:"); | ||||
|         } | ||||
|        } | ||||
| 
 | ||||
| 
 | ||||
|       cache[ID] = { | ||||
|         result: { | ||||
| @ -379,7 +372,15 @@ module.exports = function (app, config, renderTemplate) { | ||||
| 
 | ||||
|       | ||||
|        | ||||
| 
 | ||||
|         if (continuation) { | ||||
|         const currentAuthorId = ID; | ||||
|         const firstVideoAuthorId = tj.videos[0].authorId; | ||||
|          | ||||
|         if (currentAuthorId !== firstVideoAuthorId) { | ||||
|           res.status(400).send("continuation does not match the channel :c - how tf did this happen :sob:"); | ||||
|         } | ||||
|        } | ||||
|         | ||||
|       renderTemplate(res, req, "channel.ejs", { | ||||
|         ID, | ||||
|         tab, | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 ashley
						ashley