Introduce smaller incoming size limit for text attachments

This commit is contained in:
Scott Nonnenberg
2023-12-18 10:14:59 -08:00
committed by GitHub
parent 8c71ed2590
commit 5e733059b9
7 changed files with 85 additions and 31 deletions
+2 -1
View File
@@ -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;