test: Ensure tests work after latest changes
All checks were successful
Queue Release Build / prepare (push) Successful in 17s
Deploy Web Apps / deploy (push) Successful in 7m20s
Queue Release Build / build-windows (push) Successful in 25m4s
Queue Release Build / build-linux (push) Successful in 33m59s
Queue Release Build / finalize (push) Successful in 41s
All checks were successful
Queue Release Build / prepare (push) Successful in 17s
Deploy Web Apps / deploy (push) Successful in 7m20s
Queue Release Build / build-windows (push) Successful in 25m4s
Queue Release Build / build-linux (push) Successful in 33m59s
Queue Release Build / finalize (push) Successful in 41s
This commit is contained in:
@@ -309,7 +309,7 @@ export class PrivateCallComponent {
|
||||
this.untrackLocalMic();
|
||||
|
||||
if (!this.overlayMode()) {
|
||||
void this.router.navigate(['/pm', session.conversationId]);
|
||||
void this.router.navigate(['/dm', session.conversationId]);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -325,7 +325,7 @@ export class PrivateCallComponent {
|
||||
return;
|
||||
}
|
||||
|
||||
void this.router.navigate(['/pm', session.conversationId]);
|
||||
void this.router.navigate(['/dm', session.conversationId]);
|
||||
}
|
||||
|
||||
onMobileCallSlideChange(event: Event): void {
|
||||
|
||||
Reference in New Issue
Block a user