2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 22:55:11 +00:00

Add group/channel info limit in EditPeerInfoBox.

This commit is contained in:
John Preston
2018-03-11 23:22:43 +03:00
parent 1e0fe70dc3
commit b1cc7b25ba
2 changed files with 5 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
namespace {
constexpr auto kMaxGroupChannelTitle = 255;
constexpr auto kMaxChannelDescription = 255;
constexpr auto kMaxChannelDescription = 255; // See also edit_peer_info_box.
constexpr auto kMaxBioLength = 70;
constexpr auto kMinUsernameLength = 5;