Fixed phrases in list of active group calls from Calls box.

This commit is contained in:
23rd 2025-04-12 09:17:23 +03:00 committed by John Preston
parent be8a836528
commit 8d449f91c6

View file

@ -92,7 +92,7 @@ GroupCallRow::GroupCallRow(not_null<PeerData*> peer)
: PeerListRow(peer)
, _st(st::callGroupCall) {
if (const auto channel = peer->asChannel()) {
const auto status = (channel->isMegagroup()
const auto status = (!channel->isMegagroup()
? (channel->isPublic()
? tr::lng_create_public_channel_title
: tr::lng_create_private_channel_title)