mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
Always show premium badge in support mode.
This commit is contained in:
@@ -177,7 +177,8 @@ void Cover::initViewers(rpl::producer<QString> title) {
|
||||
BadgeValue(
|
||||
_peer
|
||||
) | rpl::start_with_next([=](Badge badge) {
|
||||
if (badge == Badge::Premium && !_peer->session().premiumPossible()) {
|
||||
if (badge == Badge::Premium
|
||||
&& !_peer->session().premiumBadgesShown()) {
|
||||
badge = Badge::None;
|
||||
}
|
||||
setBadge(badge);
|
||||
|
Reference in New Issue
Block a user