Story caption and reply text length limit

This commit is contained in:
Ilya Laktyushin
2023-07-04 14:24:15 +02:00
parent 14c595b53f
commit 16c66c7bad
10 changed files with 291 additions and 81 deletions

View File

@@ -250,6 +250,7 @@ final class StoryPreviewComponent: Component {
strings: presentationData.strings,
style: .story,
placeholder: "Reply Privately...",
maxLength: nil,
queryTypes: [],
alwaysDarkWhenHasText: false,
nextInputMode: { _ in return .stickers },