mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-04-03 18:29:12 +02:00
remove (markdown) parsing for questions in tweets
This commit is contained in:
parent
c917f5f59d
commit
e48f18bf7e
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ class Services::Twitter < Service
|
|||
|
||||
def prepare_tweet(answer)
|
||||
# TODO: improve this.
|
||||
question_content = twitter_markdown answer.question.content
|
||||
question_content = answer.question.content
|
||||
answer_content = twitter_markdown answer.content
|
||||
answer_url = show_user_answer_url(
|
||||
id: answer.id,
|
||||
|
|
Loading…
Reference in a new issue