arma7x / svelte-telekram

A Telegram client for KaiOS using Svelte
GNU General Public License v3.0
55 stars 15 forks source link

PLEASE USE YOUR OWN API KEY AND HASH #2

Open arma7x opened 2 years ago

arma7x commented 2 years ago
  1. Get your own api_id and api_hash at https://my.telegram.org. Guide https://core.telegram.org/api/obtaining_api_id
  2. Copy and rename .env.example to .env
  3. Replace the value inside .env
4ndv commented 1 year ago

Hi! Consider moving it into .env files, it would be easier git-wise

arma7x commented 1 year ago

Hi! Consider moving it into .env files, it would be easier git-wise

https://github.com/arma7x/svelte-telekram/commit/0e25c766e59197d726ac65b8d1b62a8a75b92fbd

4ndv commented 1 year ago

Rename .env.example to .env

Copying is better than renaming, renaming would introduce unstaged changes

D4C-Source commented 1 year ago

application installs and opens my session correctly but it doesn't show me my chats on the main screen, I have to manually go to my contacts to read the conversations, is there a way to fix that?