Skip to content

Commit

Permalink
Remove RSS title truncation temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
zedeus committed Dec 31, 2021
1 parent 1ce6ff2 commit 19a89b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/views/rss.nimf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 19a89b7

Please sign in to comment.