2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 22:46:10 +00:00

Closed beta 1.2.8.1.

This commit is contained in:
John Preston
2018-01-25 16:34:48 +03:00
parent 099a3c4642
commit 6bb39451ea
6 changed files with 14 additions and 14 deletions

View File

@@ -349,7 +349,7 @@ void Filler::addChatActions(not_null<ChatData*> chat) {
void Filler::addChannelActions(not_null<ChannelData*> channel) {
auto isGroup = channel->isMegagroup();
if (!isGroup) {
if (false && !isGroup) {
const auto grouped = (channel->feed() != nullptr);
_addAction(
lang(grouped ? lng_feed_ungroup : lng_feed_group),