[length_notifier] Enable plugin for group chats

This commit is contained in:
Daniel Brötzmann
2020-01-18 21:59:20 +01:00
parent e6d9790d00
commit 0f9150a810

View File

@@ -42,7 +42,8 @@ class LengthNotifierPlugin(GajimPlugin):
self.config_dialog = LengthNotifierPluginConfigDialog(self) self.config_dialog = LengthNotifierPluginConfigDialog(self)
self.gui_extension_points = { self.gui_extension_points = {
'chat_control' : (self.connect_with_chat_control, 'chat_control_base': (
self.connect_with_chat_control,
self.disconnect_from_chat_control) self.disconnect_from_chat_control)
} }