mirror of
				https://codeberg.org/ashley/poke
				synced 2025-07-17 16:52:11 +00:00 
			
		
		
		
	mv
This commit is contained in:
		
							parent
							
								
									867bb45e42
								
							
						
					
					
						commit
						1b2e86f5f8
					
				| @ -230,16 +230,7 @@ module.exports = function (app, config, renderTemplate) { | ||||
|         ? `&continuation=${req.query.continuations}` | ||||
|         : ""; | ||||
|       const sort_by = req.query.sort_by || "newest"; | ||||
| 
 | ||||
|       const getChannelData = async (url) => { | ||||
|         try { | ||||
|           return await fetch(url) | ||||
|             .then((res) => res.text()) | ||||
|             .then((txt) => getJson(txt)); | ||||
|         } catch (error) { | ||||
|           return null; | ||||
|         } | ||||
|       }; | ||||
|   | ||||
| 
 | ||||
|   const getChannelData = async (url) => { | ||||
|   try { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 ashley
						ashley