From c95c12591ad46c366dd2b876d5a43d0cff6e838b Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Mon, 10 Jul 2023 00:14:54 +0200 Subject: [PATCH] fix: add missing configuration field [skip ci] --- configuration.revanced.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration.revanced.json b/configuration.revanced.json index b38d5a4..00413d1 100644 --- a/configuration.revanced.json +++ b/configuration.revanced.json @@ -351,7 +351,8 @@ }, "respond_to_reference": true, "thread_options": { - "close_on_response": true + "close_on_response": true, + "lock_on_response": false } } ]