Skip to content
Snippets Groups Projects
Verified Commit 37f77c97 authored by Alexander Olofsson's avatar Alexander Olofsson
Browse files

bot: Remove superfluous cache config

parent 0ec5c6f8
No related branches found
No related tags found
No related merge requests found
...@@ -325,7 +325,6 @@ module MatrixSdk::Bot ...@@ -325,7 +325,6 @@ module MatrixSdk::Bot
auth = bot_settings.delete :auth auth = bot_settings.delete :auth
bot = new cl, **bot_settings bot = new cl, **bot_settings
bot.client.cache = settings.client_cache
bot.logger.level = settings.log_level bot.logger.level = settings.log_level
bot.logger.info "Starting #{settings.bot_name}..." bot.logger.info "Starting #{settings.bot_name}..."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment