From 0f9150a8106006ce61c605e0ec14d7db2d509a53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Br=C3=B6tzmann?= Date: Sat, 18 Jan 2020 21:59:20 +0100 Subject: [PATCH] [length_notifier] Enable plugin for group chats --- length_notifier/length_notifier.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/length_notifier/length_notifier.py b/length_notifier/length_notifier.py index 729c884..5c1dab3 100644 --- a/length_notifier/length_notifier.py +++ b/length_notifier/length_notifier.py @@ -42,7 +42,8 @@ class LengthNotifierPlugin(GajimPlugin): self.config_dialog = LengthNotifierPluginConfigDialog(self) self.gui_extension_points = { - 'chat_control' : (self.connect_with_chat_control, + 'chat_control_base': ( + self.connect_with_chat_control, self.disconnect_from_chat_control) }