mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
Fix "This room is bridged to $void" message bug
This commit is contained in:
parent
bddb3aa74a
commit
0e1aa69466
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user