From 17afd3f8c7a016d5103be949990efb695de865b5 Mon Sep 17 00:00:00 2001 From: Bohdan Horbeshko Date: Thu, 31 Mar 2022 21:42:12 -0400 Subject: Limit the file storage by an optional quota --- config/config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/config.go b/config/config.go index e88142f..7c685fb 100644 --- a/config/config.go +++ b/config/config.go @@ -39,6 +39,7 @@ type TelegramContentConfig struct { Link string `yaml:":link"` Upload string `yaml:":upload"` User string `yaml:":user"` + Quota string `yaml:":quota"` } // TelegramTdlibConfig is for :tdlib: subtree -- cgit v1.2.3