mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
spelling
This commit is contained in:
parent
7c80355ea7
commit
6cc443cd01
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue