From 9c9d6f8449c5254e1630c6a54586d9cb4a87b638 Mon Sep 17 00:00:00 2001 From: torikizi <51085972+torikizi@users.noreply.github.com> Date: Wed, 25 Dec 2024 18:37:38 +0900 Subject: [PATCH] =?UTF-8?q?Obsolete=20=E3=83=A1=E3=83=83=E3=82=BB=E3=83=BC?= =?UTF-8?q?=E3=82=B8=E3=82=92=E8=BF=BD=E5=8A=A0=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sora/Sora.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Sora/Sora.cs b/Sora/Sora.cs index 39cfcb4..dc94ce7 100644 --- a/Sora/Sora.cs +++ b/Sora/Sora.cs @@ -234,6 +234,7 @@ public class Config public string ProxyPassword = ""; // Proxy サーバーに接続するときの User-Agent。未設定ならデフォルト値が使われる public string ProxyAgent = ""; + [System.Obsolete("forwardingFilter は非推奨です。代わりに forwardingFilters を使用してください。")] public ForwardingFilter ForwardingFilter; public List ForwardingFilters;