We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e32cf2 commit e9cdc17Copy full SHA for e9cdc17
Sora/Configuration.swift
@@ -182,6 +182,8 @@ public struct Configuration {
182
public var proxy: Proxy?
183
184
/// 転送フィルターの設定
185
+ ///
186
+ /// この項目は 2025 年 12 月リリース予定の Sora にて廃止されます
187
public var forwardingFilter: ForwardingFilter?
188
189
/// リスト形式の転送フィルターの設定
Sora/Signaling.swift
@@ -330,6 +330,8 @@ public struct SignalingConnect {
330
public var redirect: Bool?
331
332
333
334
335
336
337
0 commit comments