[whiteboard] Add missing caps handler
This commit is contained in:
@@ -69,6 +69,7 @@ class WhiteboardPlugin(GajimPlugin):
|
|||||||
self.disconnect_from_chat_control),
|
self.disconnect_from_chat_control),
|
||||||
'chat_control_base_update_toolbar': (self.update_button_state,
|
'chat_control_base_update_toolbar': (self.update_button_state,
|
||||||
None),
|
None),
|
||||||
|
'update_caps': (self._update_caps, None),
|
||||||
}
|
}
|
||||||
self.controls = []
|
self.controls = []
|
||||||
self.sid = None
|
self.sid = None
|
||||||
|
|||||||
Reference in New Issue
Block a user