chore: Set text message max length to 16384 but make it configurable
This commit is contained in:
parent
1991707be7
commit
87a2449f41
2 changed files with 4 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue