parent
ab3bc4a982
commit
c1c8c9c37c
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ export default class extends Channel {
|
||||||
constructor(id: string, connection: Channel['connection']) {
|
constructor(id: string, connection: Channel['connection']) {
|
||||||
super(id, connection);
|
super(id, connection);
|
||||||
this.onNote = this.onNote.bind(this);
|
this.onNote = this.onNote.bind(this);
|
||||||
|
this.emitTypers = this.emitTypers.bind(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
public async init(params: any) {
|
public async init(params: any) {
|
||||||
|
|
Loading…
Reference in a new issue