We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce42dc1 commit 009569aCopy full SHA for 009569a
td_client_actor.js
@@ -44,20 +44,6 @@ class TdClientActor extends EventEmitter {
44
this.on('__updateAuthorizationState', async (update) => {
45
switch (update.authorization_state['@type']) {
46
case 'authorizationStateWaitTdlibParameters':
47
- await this.run('setOption', {
48
- name: 'ignore_inline_thumbnails',
49
- value: {
50
- '@type': 'optionValueBoolean',
51
- value: true
52
- }
53
- })
54
55
- name: 'disable_top_chats',
56
57
58
59
60
61
return this.run('setTdlibParameters', {
62
parameters: tdlib_param
63
})
0 commit comments