tweb icon indicating copy to clipboard operation
tweb copied to clipboard

[BUG] Logger is not working in AppGroupCallsManager

Open kratess opened this issue 1 year ago • 0 comments

Describe the bug Logger is not triggered thus the function works.

To Reproduce

  public async createGroupCall(chatId: ChatId, scheduleDate?: number, title?: string) {
    this.log('createGroupCall');

this code is certainly triggered but the this.log inside the class is not working.

kratess avatar Jan 11 '24 00:01 kratess