OSDN Git Service

pic.twitter.comへのアニメーションGifファイルの投稿制限を解除
[opentween/open-tween.git] / OpenTween / Connection / TwitterPhoto.cs
index 1790bd7..82d9677 100644 (file)
@@ -92,9 +92,6 @@ namespace OpenTween.Connection
                 if (!mediaFile.Exists)
                     throw new ArgumentException("Err:File isn't exists.", "filePaths");
 
-                if (MyCommon.IsAnimatedGif(filePath))
-                    throw new ArgumentException("Err:Don't support animatedGIF.", "filePaths");
-
                 mediaFiles.Add(mediaFile);
             }