Skip to content
Snippets Groups Projects

History, Reply to messages and RAI

Merged Emmanuel Vodor requested to merge beta into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -164,7 +164,7 @@ converse.plugins.add('converse-rai', {
// TODO: On loading subscribe to all the ChatViews in navigation (into another plugin)
api.listen.on('connected', () => {
_converse.connection.addHandler(mucActivityHandler, null, 'message', 'groupchat');
_converse.connection.addHandler(mucActivityHandler, null, 'message');
});
// TODO: Remove
Loading