Revert "official apps must be obfuscated" (29471f3)

It didn't really make any sense and @danog keeps changing it.
This commit is contained in:
Lonami Exo 2018-02-15 10:02:12 +01:00
parent e9dd93f09c
commit 80f918956a

View File

@ -103,8 +103,6 @@ class TelegramBareClient:
self.session = session
self.api_id = int(api_id)
self.api_hash = api_hash
if self.api_id < 20: # official apps must use obfuscated
connection_mode = ConnectionMode.TCP_OBFUSCATED
# This is the main sender, which will be used from the thread
# that calls .connect(). Every other thread will spawn a new