mirror of
https://github.com/zedeus/nitter.git
synced 2024-11-13 12:11:05 +00:00
Remove RSS title truncation temporarily
This commit is contained in:
parent
1ce6ff2b2f
commit
19a89b79f5
1 changed files with 3 additions and 3 deletions
|
@ -9,9 +9,9 @@
|
|||
#elif tweet.reply.len > 0: result = &"R to @{tweet.reply[0]}: "
|
||||
#end if
|
||||
#var text = stripHtml(tweet.text)
|
||||
#if unicode.runeLen(text) > 32:
|
||||
# text = unicode.runeSubStr(text, 0, 32) & "..."
|
||||
#end if
|
||||
##if unicode.runeLen(text) > 32:
|
||||
## text = unicode.runeSubStr(text, 0, 32) & "..."
|
||||
##end if
|
||||
#result &= xmltree.escape(text)
|
||||
#if result.len > 0: return
|
||||
#end if
|
||||
|
|
Loading…
Reference in a new issue