Support multiple integration managers behind a labs flag
Fixes https://github.com/vector-im/riot-web/issues/10622 Implements [MSC1957](https://github.com/matrix-org/matrix-doc/pull/1957) Design is not final.
This commit is contained in:
parent
602c338a26
commit
b3cda4b19a
13 changed files with 318 additions and 21 deletions
|
@ -43,7 +43,7 @@ export default class IntegrationsManager extends React.Component {
|
|||
configured: true,
|
||||
connected: true,
|
||||
loading: false,
|
||||
}
|
||||
};
|
||||
|
||||
componentDidMount() {
|
||||
this.dispatcherRef = dis.register(this.onAction);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue