From 12a9528d6282303e5e130301a1beca621cfa2e2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Fri, 20 Dec 2019 16:27:32 +0100 Subject: WIP: Allow blocking commands in ConversationTab MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- poezio/core/handlers.py | 1 + 1 file changed, 1 insertion(+) (limited to 'poezio/core/handlers.py') diff --git a/poezio/core/handlers.py b/poezio/core/handlers.py index fcd8d731..fc5938f3 100644 --- a/poezio/core/handlers.py +++ b/poezio/core/handlers.py @@ -89,6 +89,7 @@ class HandlerCore: 'Roster', tabs.RosterInfoTab) rostertab.check_blocking(features) rostertab.check_saslexternal(features) + self.core.check_blocking(features) if (config.get('enable_carbons') and 'urn:xmpp:carbons:2' in features): self.core.xmpp.plugin['xep_0280'].enable() -- cgit v1.2.3