We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cac0171 commit 49f46d1Copy full SHA for 49f46d1
lib/widgets/compose_box.dart
@@ -264,6 +264,7 @@ class ComposeContentController extends ComposeController<ContentValidationError>
264
// normalized.length is the number of UTF-16 code units, while the server
265
// API expresses the max in Unicode code points. So this comparison will
266
// be conservative and may cut the user off shorter than necessary.
267
+ // TODO(#1238) stop cutting off shorter than necessary
268
if (textNormalized.length > kMaxMessageLengthCodePoints)
269
ContentValidationError.tooLong,
270
0 commit comments