OSDN Git Service

pic.twitter.comへのアニメーションGifファイルの投稿制限を解除
authorspx <spx268@gmail.com>
Thu, 19 Jun 2014 00:18:46 +0000 (09:18 +0900)
committerspx <spx268@gmail.com>
Thu, 19 Jun 2014 00:18:46 +0000 (09:18 +0900)
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);
             }