chore: Set text message max length to 16384 but make it configurable

This commit is contained in:
Christian Kußowski 2025-06-26 10:23:52 +02:00
commit 87a2449f41
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
2 changed files with 4 additions and 1 deletions

View file

@ -37,6 +37,7 @@ abstract class SettingKeys {
}
enum AppSettings<T> {
textMessageMaxLength<int>('textMessageMaxLength', 16384),
audioRecordingNumChannels<int>('audioRecordingNumChannels', 1),
audioRecordingAutoGain<bool>('audioRecordingAutoGain', true),
audioRecordingEchoCancel<bool>('audioRecordingEchoCancel', false),