Skip to content

Commit 3796779

Browse files
committed
#295 Changed to quoted tweet to have a space as proposed by Josh
1 parent 324c837 commit 3796779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tweetinvi.Controllers/Tweet/TweetQueryGenerator.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public string GetPublishTweetQuery(IPublishTweetParameters queryParameters)
8484
var quotedTweet = queryParameters.QuotedTweet;
8585
if (quotedTweet.CreatedBy != null)
8686
{
87-
text += string.Format("https://twitter.com/{0}/status/{1}",
87+
text += string.Format(" https://twitter.com/{0}/status/{1}",
8888
quotedTweet.CreatedBy.ScreenName,
8989
quotedTweet.Id.ToString(CultureInfo.InvariantCulture));
9090
}

0 commit comments

Comments
 (0)