Remove the multipleAttachmentUploadEnabled feature flag.
This commit is contained in:
@@ -55,13 +55,7 @@ struct DeveloperOptionsScreen: View {
|
||||
Text("Low priority filter")
|
||||
}
|
||||
}
|
||||
|
||||
Section("Timeline") {
|
||||
Toggle(isOn: $context.multipleAttachmentUploadEnabled) {
|
||||
Text("Allow selecting multiple attachments for upload")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Section("Join rules") {
|
||||
Toggle(isOn: $context.knockingEnabled) {
|
||||
Text("Knocking")
|
||||
|
||||
Reference in New Issue
Block a user