spelling
parent
7c80355ea7
commit
6cc443cd01
|
@ -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.
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue