aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorBohdan Horbeshko <bodqhrohro@gmail.com>2022-04-01 04:42:12 +0300
committerBohdan Horbeshko <bodqhrohro@gmail.com>2022-04-01 04:42:12 +0300
commit17afd3f8c7a016d5103be949990efb695de865b5 (patch)
tree5fa9a3a0cbf418b7e4913e9aef2df3d5981030f3 /config
parent5c238db1da48e6c1d51a3d00f6a661f99de03784 (diff)
Limit the file storage by an optional quota
Diffstat (limited to 'config')
-rw-r--r--config/config.go1
1 files changed, 1 insertions, 0 deletions
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