Allow starting private chats by inviting Telegram user. Fixes #13

This commit is contained in:
Tulir Asokan
2017-11-26 14:40:11 +02:00
parent 02ab9bb6df
commit 84d92cab25
2 changed files with 97 additions and 15 deletions
+2 -1
View File
@@ -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"
}
}