ソースを参照

fix: Fixes missing roomjid when sending sendConferenceRequest.

release-8443
damencho 2年前
コミット
1b5830f1bd
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      authenticateAndUpgradeRole.js

+ 1
- 1
authenticateAndUpgradeRole.js ファイルの表示

@@ -109,7 +109,7 @@ export default function authenticateAndUpgradeRole({
109 109
 
110 110
                         // At this point we should have the new session ID
111 111
                         // stored in the settings. Send a new conference IQ.
112
-                        this.room.xmpp.moderator.sendConferenceRequest().finally(resolve);
112
+                        room.xmpp.moderator.sendConferenceRequest(room.roomjid).finally(resolve);
113 113
                     })
114 114
                     .catch(({ error, message }) => {
115 115
                         xmpp.disconnect();

読み込み中…
キャンセル
保存