Skip to content
Snippets Groups Projects

History, Reply to messages and RAI

Merged Emmanuel Vodor requested to merge beta into master
@@ -25,7 +25,7 @@ converse.plugins.add('converse-rai', {
if (this.get('hidden')
&& conn_status === converse.ROOMSTATUS.ENTERED
&& api.settings.get('muc_subscribe_to_rai')
&& this.getOwnAffiliation() !== 'none'
// && this.getOwnAffiliation() !== 'none'
) {
this.sendMarkerForLastMessage('received', true);
await this.leave();
@@ -47,7 +47,7 @@ converse.plugins.add('converse-rai', {
if (this.get('hidden')
&& conn_status === converse.ROOMSTATUS.ENTERED
&& api.settings.get('muc_subscribe_to_rai')
&& this.getOwnAffiliation() !== 'none'
// && this.getOwnAffiliation() !== 'none'
) {
await this.leave();
await this.close();
Loading