OSDN Git Service

HttpTwitter.UpdateStatusメソッドをTwitterApiクラスに置き換え
[opentween/open-tween.git] / OpenTween / Connection / Imgur.cs
index a0ad5c1..455bbdc 100644 (file)
@@ -133,7 +133,7 @@ namespace OpenTween.Connection
 
             var textWithImageUrl = text + " " + imageUrl.Trim();
 
-            await Task.Run(() => this.twitter.PostStatus(textWithImageUrl, inReplyToStatusId))
+            await this.twitter.PostStatus(textWithImageUrl, inReplyToStatusId)
                 .ConfigureAwait(false);
         }