mirror of
				https://github.com/zedeus/nitter.git
				synced 2025-11-04 02:35:12 +00:00 
			
		
		
		
	
							parent
							
								
									9f9fccb70b
								
							
						
					
					
						commit
						a7ffb6d2f2
					
				| 
						 | 
				
			
			@ -5,6 +5,7 @@
 | 
			
		|||
#proc getTitle(tweet: Tweet; prefs: Prefs; hostname: string): string =
 | 
			
		||||
#if tweet.pinned: result = "Pinned: "
 | 
			
		||||
#elif tweet.retweet.isSome: result = "RT: "
 | 
			
		||||
#elif tweet.reply.len > 0: result = "R: "
 | 
			
		||||
#end if
 | 
			
		||||
#result &= xmltree.escape(stripHtml(tweet.text))
 | 
			
		||||
#if result.len > 0: return
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue