mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Premium users in privacy settings
This commit is contained in:
@@ -311,7 +311,7 @@ final class BusinessIntroSetupScreenComponent: Component {
|
||||
placeholder: "Enter Title",
|
||||
autocapitalizationType: .none,
|
||||
autocorrectionType: .no,
|
||||
characterLimit: 256,
|
||||
characterLimit: 32,
|
||||
allowEmptyLines: false,
|
||||
updated: { _ in
|
||||
},
|
||||
@@ -331,7 +331,7 @@ final class BusinessIntroSetupScreenComponent: Component {
|
||||
placeholder: "Enter Message",
|
||||
autocapitalizationType: .none,
|
||||
autocorrectionType: .no,
|
||||
characterLimit: 256,
|
||||
characterLimit: 70,
|
||||
allowEmptyLines: false,
|
||||
updated: { _ in
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user