Skip to content

Commit

Permalink
#295 Changed to quoted tweet to have a space as proposed by Josh
Browse files Browse the repository at this point in the history
  • Loading branch information
linvi committed Jul 16, 2016
1 parent 324c837 commit 3796779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tweetinvi.Controllers/Tweet/TweetQueryGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public string GetPublishTweetQuery(IPublishTweetParameters queryParameters)
var quotedTweet = queryParameters.QuotedTweet;
if (quotedTweet.CreatedBy != null)
{
text += string.Format("https://twitter.com/{0}/status/{1}",
text += string.Format(" https://twitter.com/{0}/status/{1}",
quotedTweet.CreatedBy.ScreenName,
quotedTweet.Id.ToString(CultureInfo.InvariantCulture));
}
Expand Down

0 comments on commit 3796779

Please sign in to comment.