Remove the multipleAttachmentUploadEnabled feature flag.

This commit is contained in:
Stefan Ceriu
2025-08-19 17:19:39 +03:00
parent fa7ae91058
commit 035d35e38b
10 changed files with 8 additions and 24 deletions

View File

@@ -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")