kenorb-contrib / tg

`telegram-cli` for Telegram IM
https://github.com/telegramdesktop/tdesktop
GNU General Public License v2.0
382 stars 52 forks source link

Too many status notifications #17

Open vic-torr opened 4 years ago

vic-torr commented 4 years ago

Too many status notifications from contacts. I would suggest to disable it, because there already exists a command to check a contact's status.

qume commented 3 years ago

I second this - a way to turn off 'User XXX online/offline' etc.

spenat28 commented 3 years ago

There is. Set it in config file like this: (default path is ~/.telegram-cli/config and it's empty)

default_profile = "production";

production = {
  config_directory = ".telegram-cli";
  test = false;
  msg_num = true;
  log_level = 2;
};
qume commented 3 years ago

Excellent, thank you

vic-torr commented 3 years ago

Nicee!! Thanks!!!