diff --git a/sky_phone/config/config.lua b/sky_phone/config/config.lua index 5f0b0b2..c0e0d75 100644 --- a/sky_phone/config/config.lua +++ b/sky_phone/config/config.lua @@ -34,6 +34,26 @@ Config.Calls = { RecentPageSize = 100, } +Config.Messages = { + BodyMaxLength = 2000, + ConversationScanLimit = 1000, + ThreadPageSize = 200, + SendsPerMinute = 30, + MediaLoadsPerMinute = 120, + VoiceMaxDurationMs = 30000, + VoiceMaxBase64Length = 180000, + VoiceWaveformSamples = 48, + VideoMaxDurationMs = 30000, + DeleteBatchSize = 20, +} + +Config.Media = { + GifPageSize = 24, + GifRating = "pg-13", + UrlMaxLength = 2048, + AllowedGifHosts = { "giphy.com" }, +} + Config.Mail = { Domain = "ifruit.com", LocalPartMinLength = 3,