mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-02-08 18:48:18 +01:00
make internal method private
This commit is contained in:
parent
eccbab1491
commit
c660d82d6a
@ -120,7 +120,7 @@ export class TurnServerSource {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stopPollLoop() {
|
private stopPollLoop() {
|
||||||
this.isPolling = false;
|
this.isPolling = false;
|
||||||
this.currentObservable = undefined;
|
this.currentObservable = undefined;
|
||||||
this.pollTimeout?.dispose();
|
this.pollTimeout?.dispose();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user