mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-15 23:40:01 +01:00
fixed tweet not tweeting
This commit is contained in:
parent
a487ed7f69
commit
3046a5e4b3
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class Services::Twitter < Service
|
|||
host: APP_CONFIG['hostname'],
|
||||
protocol: (APP_CONFIG['https'] ? :https : :http)
|
||||
)
|
||||
"#{question_content[0..55]}#{'…' if question_content.length > 56}" \
|
||||
"#{question_content[0..54]}#{'…' if question_content.length > 55}" \
|
||||
" — #{answer_content[0..55]}#{'…' if answer_content.length > 56} #{answer_url}"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue