mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Introduce smaller incoming size limit for text attachments
This commit is contained in:
+2
-1
@@ -35,7 +35,8 @@ export type ConfigKeyType =
|
||||
| 'global.groupsv2.groupSizeHardLimit'
|
||||
| 'global.groupsv2.maxGroupSize'
|
||||
| 'global.nicknames.max'
|
||||
| 'global.nicknames.min';
|
||||
| 'global.nicknames.min'
|
||||
| 'global.textAttachmentLimitBytes';
|
||||
|
||||
type ConfigValueType = {
|
||||
name: ConfigKeyType;
|
||||
|
||||
Reference in New Issue
Block a user