diff options
author | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2022-04-01 04:42:12 +0300 |
---|---|---|
committer | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2022-04-01 04:42:12 +0300 |
commit | 17afd3f8c7a016d5103be949990efb695de865b5 (patch) | |
tree | 5fa9a3a0cbf418b7e4913e9aef2df3d5981030f3 /config/config.go | |
parent | 5c238db1da48e6c1d51a3d00f6a661f99de03784 (diff) |
Limit the file storage by an optional quota
Diffstat (limited to 'config/config.go')
-rw-r--r-- | config/config.go | 1 |
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 |