kepka
kepka copied to clipboard
Unofficial Telegram Desktop messaging app
Code in many places uses qMin+qMax or even qMin+qMin to clamp values, just use std::clamp. Probably replace qXxx versions with their std counterparts - ? See [here](https://github.com/procxx/tdesktop/pull/25#discussion_r154543905) for reference. Mini...
It would be very convinient to navigate on chats with alt-left, alt-right. For this we should create a LRU list and go on.
Add a search in chat for service messages about pinning
It could improve the infrastructure and reduce build complexity.
These tabs will allow to filter all entropy existing in Telegram chats. Example: We could filter chats for chat type (bots, groups, supergroups, channels), for read/unread markups. These filters are...
This could improve usability and may be help to avoid these phishing attacks: https://xakep.ru/2018/02/13/telegram-rlo/
Simply ignore the messages from the users you've ignored; unless you're an admin in this chat (?)
[TDLib (Telegram Database Library) — is a cross-platform, fully functional Telegram client, written in C++. It is designed to simplify creation of a custom Telegram client.](https://core.telegram.org/tdlib) Seems like Telegram developers...