mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Longer Twitter url size.
This commit is contained in:
parent
907df2022a
commit
3bb7ca2299
1 changed files with 1 additions and 1 deletions
|
@ -1973,7 +1973,7 @@ class MSharedStory(mongo.Document):
|
|||
message += " " + self.blurblog_permalink()
|
||||
elif include_url:
|
||||
if truncate:
|
||||
message = truncate_chars(message, truncate - 14)
|
||||
message = truncate_chars(message, truncate - 24)
|
||||
message += " " + self.blurblog_permalink()
|
||||
|
||||
return message
|
||||
|
|
Loading…
Add table
Reference in a new issue