pull/21833/head
Travis Ralston 2019-06-17 15:27:35 -06:00
parent 7c80355ea7
commit 6cc443cd01
2 changed files with 2 additions and 2 deletions

View File

@ -344,7 +344,7 @@ function _onAction(payload) {
} }
async function _startCallApp(roomId, type) { async function _startCallApp(roomId, type) {
// check for a working intgrations manager. Technically we could put // check for a working integrations manager. Technically we could put
// the state event in anyway, but the resulting widget would then not // the state event in anyway, but the resulting widget would then not
// work for us. Better that the user knows before everyone else in the // work for us. Better that the user knows before everyone else in the
// room sees it. // room sees it.

View File

@ -44,7 +44,7 @@ export default class IntegrationManager {
} }
/** /**
* Launch the integrations manager on the stickers integration page * Launch the integrations manager on the specified integration page
* @param {string} integName integration / widget type * @param {string} integName integration / widget type
* @param {string} integId integration / widget ID * @param {string} integId integration / widget ID
* @param {function} onFinished Callback to invoke on integration manager close * @param {function} onFinished Callback to invoke on integration manager close