OSDN Git Service

twitter / twemoji のCDNを変更
[opentween/open-tween.git] / OpenTween / TweetExtractor.cs
index da82215..df1cf25 100644 (file)
@@ -189,7 +189,8 @@ namespace OpenTween
                     {
                         Indices = new[] { startPos, endPos },
                         Text = input,
-                        Url = "https://twemoji.maxcdn.com/2/72x72/" + string.Join("-", codepointHex) + ".png",
+                        // TODO: CDN(MaxCDN)の廃止のため一時的に変更。 https://twemoji.maxcdn.com/2/72x72/
+                        Url = "https://cdnjs.cloudflare.com/ajax/libs/twemoji/14.0.2/72x72/" + string.Join("-", codepointHex) + ".png",
                     };
                 }
                 else