From a2781be79df861335a84ec580d6443777900df9f Mon Sep 17 00:00:00 2001 From: Bohdan Horbeshko Date: Wed, 26 Jan 2022 11:59:38 -0500 Subject: Remove legacy lib_path parameter --- config/config.go | 1 - 1 file changed, 1 deletion(-) (limited to 'config') 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"` } -- cgit v1.2.3