feat(chat): make messagePreviewMaxLines configurable, with default 128

This commit is contained in:
Halil Kaskavalci 2026-04-10 21:51:37 +02:00
commit bcc4d4d204
No known key found for this signature in database
GPG key ID: 661B952D20DB9835
3 changed files with 11 additions and 2 deletions

View file

@ -12,6 +12,7 @@
"audioRecordingSamplingRate": 44100,
"renderHtml": true,
"fontSizeFactor": 1,
"messagePreviewMaxLines": 128,
"hideRedactedEvents": false,
"hideUnknownEvents": true,
"separateChatTypes": false,