Add compose rewrite feature flag
This commit is contained in:
parent
07b6bf33cb
commit
727f28e39f
|
@ -9,4 +9,5 @@ import Foundation
|
|||
|
||||
public enum FeatureFlag: String, Codable {
|
||||
case iPadBrowserNavigation = "ipad-browser-navigation"
|
||||
case composeRewrite = "compose-rewrite"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue