Commit b209c999 authored by Weblate's avatar Weblate

Merge remote-tracking branch 'origin/master'

parents 203b6d71 ff0f1d69
...@@ -916,7 +916,7 @@ It takes 3 parameters: ...@@ -916,7 +916,7 @@ It takes 3 parameters:
var _converse = this._converse; var _converse = this._converse;
_converse.api.waitUntil('roomsAutoJoined').then(function () { _converse.api.waitUntil('roomsAutoJoined').then(function () {
var create_if_not_found = true; var create_if_not_found = true;
this._converse.api.rooms.open( this._converse.api.rooms.get(
'group@muc.example.com', 'group@muc.example.com',
{'nick': 'dread-pirate-roberts'}, {'nick': 'dread-pirate-roberts'},
create_if_not_found create_if_not_found
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment