fluffychat merge

This commit is contained in:
ggurdin 2026-02-03 12:18:56 -05:00
commit b5261c7a2a
No known key found for this signature in database
GPG key ID: A01CB41737CBB478

View file

@ -1388,9 +1388,9 @@ class ChatController extends State<ChatPageWithRoom>
message: L10n.of(context).redactMessageDescription,
isDestructive: true,
hintText: L10n.of(context).optionalRedactReason,
// #Pangea
maxLength: 255,
// Pangea#
maxLines: 3,
minLines: 1,
okLabel: L10n.of(context).remove,
cancelLabel: L10n.of(context).cancel,
// #Pangea