| 
					
				 | 
			
			
				@@ -63,7 +63,7 @@ async function checkFeeds() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     let forumThreads = await forumClient.getForumThreads(NEWS_FORUM_ID);
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    for (let thread of forumThreads.threads) {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    for (let thread of [...forumThreads.threads, ...forumThreads.sticky]) {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         let firstPost = await forumClient.getPost(thread.first_post_id);
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         let contents = bbCodeToMarkdown(firstPost.message);
 
			 |