Allow starting private chats by inviting Telegram user. Fixes #13
This commit is contained in:
+2
-1
@@ -168,6 +168,7 @@
|
||||
"no-bitwise": "off",
|
||||
"no-case-declarations": "off",
|
||||
"no-template-curly-in-string": "off",
|
||||
"no-await-in-loop": "off"
|
||||
"no-await-in-loop": "off",
|
||||
"no-restricted-globals": "off"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user