Fix "This room is bridged to $void" message bug

This commit is contained in:
Travis Ralston 2021-12-06 21:18:57 -07:00
parent bddb3aa74a
commit 0e1aa69466

View File

@ -147,6 +147,7 @@ export class HookshotGithubBridgeConfigComponent extends BridgeComponent<Hooksho
this.hookshot.bridgeRoom(this.roomId, this.orgId, this.repoId).then(conn => {
this.bridge.config.connections.push(conn);
this.loadRepos();
this.isBusy = false;
this.translate.get('Bridge requested').subscribe((res: string) => {
this.toaster.pop("success", res);