mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-02-02 07:31:38 +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.currentObservable = undefined;
|
||||
this.pollTimeout?.dispose();
|
||||
|
Loading…
x
Reference in New Issue
Block a user