mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-31 07:00:26 +00:00
Remove throttleTime from bad merge
This commit is contained in:
@@ -43,7 +43,6 @@ import {
|
||||
switchMap,
|
||||
switchScan,
|
||||
take,
|
||||
throttleTime,
|
||||
timer,
|
||||
withLatestFrom,
|
||||
} from "rxjs";
|
||||
@@ -644,7 +643,6 @@ export class CallViewModel extends ViewModel {
|
||||
),
|
||||
map((speaker) => speaker?.vm),
|
||||
this.scope.state(),
|
||||
throttleTime(1600, undefined, { leading: true, trailing: true }),
|
||||
);
|
||||
|
||||
private readonly grid: Observable<UserMediaViewModel[]> = this.userMedia.pipe(
|
||||
|
||||
Reference in New Issue
Block a user