This commit is contained in:
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) {
// 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
// work for us. Better that the user knows before everyone else in the
// 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} integId integration / widget ID
* @param {function} onFinished Callback to invoke on integration manager close