tweb
tweb copied to clipboard
[BUG] Logger is not working in AppGroupCallsManager
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.