OSDN Git Service

PostClass.Mediaに pic.twitter.com などのURLのみを含めるようにする
[opentween/open-tween.git] / OpenTween / TweetThumbnail.cs
index 2651c71..c7b4e86 100644 (file)
@@ -67,7 +67,7 @@ namespace OpenTween
 
             this.scrollBar.Enabled = false;
 
-            if (post.Media.Count == 0 && post.PostGeo == null)
+            if (post.ExpandedUrls.Count == 0 && post.Media.Count == 0 && post.PostGeo == null)
             {
                 this.SetThumbnailCount(0);
                 return;