Skip to content

Commit 513e2a4

Browse files
committed
IOS-3577 Move toggles to 10 release
1 parent 676407b commit 513e2a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Modules/AnytypeCore/AnytypeCore/Utils/FeatureFlags/FeatureDescription+Flags.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public extension FeatureDescription {
6262

6363
static let homeSpaceLevelChat = FeatureDescription(
6464
title: "Space-Level Chat",
65-
type: .feature(author: "m@anytype.io", releaseVersion: "9"),
65+
type: .feature(author: "m@anytype.io", releaseVersion: "10"),
6666
defaultValue: false,
6767
debugValue: false
6868
)
@@ -90,7 +90,7 @@ public extension FeatureDescription {
9090

9191
static let fullScreenMediaFileByTap = FeatureDescription(
9292
title: "Open media / files in fullscreen mode in Chats",
93-
type: .feature(author: "joe_pusya@anytype.io", releaseVersion: "9"),
93+
type: .feature(author: "joe_pusya@anytype.io", releaseVersion: "10"),
9494
defaultValue: false,
9595
debugValue: true
9696
)

0 commit comments

Comments
 (0)