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 --- test/bad_config.yml | 1 - test/good_config.yml | 1 - 2 files changed, 2 deletions(-) (limited to 'test') diff --git a/test/bad_config.yml b/test/bad_config.yml index 83dbdf1..094faf4 100644 --- a/test/bad_config.yml +++ b/test/bad_config.yml @@ -6,7 +6,6 @@ :upload: 'https:///xmppfiles.localhost' # xmpp http upload address :tdlib_verbosity: 1 :tdlib: - :lib_path: 'lib/' :client: :api_id: '17349' :api_hash: '344583e45741c457fe1862106095a5eb' diff --git a/test/good_config.yml b/test/good_config.yml index a60bb4b..ac68438 100644 --- a/test/good_config.yml +++ b/test/good_config.yml @@ -6,7 +6,6 @@ :upload: '' # xmpp http upload address :tdlib_verbosity: 1 :tdlib: - :lib_path: 'lib/' :client: :api_id: '17349' :api_hash: '344583e45741c457fe1862106095a5eb' -- cgit v1.2.3