Skip to content
Snippets Groups Projects
Commit 0f9150a8 authored by Daniel Brötzmann's avatar Daniel Brötzmann
Browse files

[length_notifier] Enable plugin for group chats

parent e6d9790d
No related branches found
No related tags found
1 merge request!183[length_notifier] Fix counter for multiple chat controls
......@@ -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)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment