From af9a3729ca968959a0822ee1050539d1ccbc5e75 Mon Sep 17 00:00:00 2001 From: Ilya Laktyushin Date: Mon, 12 Feb 2024 02:39:34 +0400 Subject: [PATCH] Group boosts --- submodules/StatisticsUI/Sources/ChannelStatsController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/StatisticsUI/Sources/ChannelStatsController.swift b/submodules/StatisticsUI/Sources/ChannelStatsController.swift index 50350b227f..57ca6ab5b5 100644 --- a/submodules/StatisticsUI/Sources/ChannelStatsController.swift +++ b/submodules/StatisticsUI/Sources/ChannelStatsController.swift @@ -1517,7 +1517,7 @@ public func channelStatsController(context: AccountContext, updatedPresentationD let boostController = PremiumBoostLevelsScreen( context: context, peerId: peerId, - mode: .user(mode: .current), + mode: .owner(subject: nil), status: boostStatus, myBoostStatus: myBoostStatus )