OSDN Git Service

TwitterConfigurationのデフォルト値を現在の help/configuration.json のレスポンスに合わせて更新
[opentween/open-tween.git] / OpenTween / Api / DataModel / TwitterConfiguration.cs
index e58216e..9250fe3 100644 (file)
@@ -74,9 +74,9 @@ namespace OpenTween.Api.DataModel
         {
             return new TwitterConfiguration
             {
-                CharactersReservedPerMedia = 20,
-                ShortUrlLength = 19,
-                ShortUrlLengthHttps = 20,
+                CharactersReservedPerMedia = 24,
+                ShortUrlLength = 23,
+                ShortUrlLengthHttps = 23,
                 PhotoSizeLimit = 3145728L,
                 DmTextCharacterLimit = 10000,
             };