mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-21 00:28:08 +08:00
Remove redundant distinctUntilChanged (#2804)
Because this.scope.state() does this for us
This commit is contained in:
parent
b3ceb5300c
commit
fbc2cd3e97
@ -260,7 +260,6 @@ class UserMedia {
|
||||
),
|
||||
),
|
||||
startWith(false),
|
||||
distinctUntilChanged(),
|
||||
// Make this Observable hot so that the timers don't reset when you
|
||||
// resubscribe
|
||||
this.scope.state(),
|
||||
|
Loading…
Reference in New Issue
Block a user