1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-16 22:01:54 +03:00
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.