diff options
author | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2022-01-26 19:59:38 +0300 |
---|---|---|
committer | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2022-01-26 19:59:38 +0300 |
commit | a2781be79df861335a84ec580d6443777900df9f (patch) | |
tree | 123e7c68209cf261732913c8e9b63e5b0eefb115 /config | |
parent | 7261b609164ff9acd5403afc6a5272f7eb927e04 (diff) |
Remove legacy lib_path parameter
Diffstat (limited to 'config')
-rw-r--r-- | config/config.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/config.go b/config/config.go index dad6706..39fa4da 100644 --- a/config/config.go +++ b/config/config.go @@ -42,7 +42,6 @@ type TelegramContentConfig struct { // TelegramTdlibConfig is for :tdlib: subtree type TelegramTdlibConfig struct { - Path string `yaml:":lib_path"` Client TelegramTdlibClientConfig `yaml:":client"` } |