Merge pull request #1 from skiprope/master
Don't tag people in questions with twitter
This commit is contained in:
commit
711b8fd457
|
@ -28,7 +28,7 @@ class Services::Twitter < Service
|
|||
|
||||
def prepare_tweet(answer)
|
||||
# TODO: improve this.
|
||||
question_content = twitter_markdown answer.question.content
|
||||
question_content = twitter_markdown answer.question.content.gsub(/\@(\w+)/, '\1')
|
||||
answer_content = twitter_markdown answer.content
|
||||
answer_url = show_user_answer_url(
|
||||
id: answer.id,
|
||||
|
|
Loading…
Reference in New Issue