fix: limit redaction message (#3600)
* fix: limit redaction message Doesn't do much since redaction messages aren't currently shown, but will limit them to a reasonable length if they're ever added back * add pangea tags
This commit is contained in:
parent
2d11627d04
commit
7fb42cc980
1 changed files with 3 additions and 0 deletions
|
|
@ -1354,6 +1354,9 @@ class ChatController extends State<ChatPageWithRoom>
|
|||
message: L10n.of(context).redactMessageDescription,
|
||||
isDestructive: true,
|
||||
hintText: L10n.of(context).optionalRedactReason,
|
||||
// #Pangea
|
||||
maxLength: 255,
|
||||
// Pangea#
|
||||
okLabel: L10n.of(context).remove,
|
||||
cancelLabel: L10n.of(context).cancel,
|
||||
// #Pangea
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue