blacksailer / depecher

Depecher - Unofficial Sailfish OS client for Telegram based on tdlib
44 stars 32 forks source link

In which directory does depecher store user settings? #87

Open peerchemist opened 6 years ago

peerchemist commented 6 years ago

Specifically I am looking for a directory where telegram api_id andapi_hashreside. I've presumed~/.config` but I can't find depecher inside.

minlexx commented 6 years ago

Maybe compiled in? https://github.com/blacksailer/depecher/blob/master/tdlibjson_wrapper/api_secret.pri.example ?

blacksailer commented 6 years ago

appid and apphash are entered in compile time. You can't get it from phone. It is a secret. If you want to enter your own appid and apphash you have to build app from source.

peerchemist commented 6 years ago

Can you make it configurable per user?