Переглянути джерело

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();

Завантаження…
Відмінити
Зберегти