Various fixes

This commit is contained in:
Ilya Laktyushin
2023-09-14 18:16:51 +04:00
parent a288c543f2
commit ab0faf8073
9 changed files with 49 additions and 28 deletions

View File

@@ -627,7 +627,7 @@ private func channelStatsControllerEntries(state: ChannelStatsControllerState, p
if let addressName = peer.addressName, !addressName.isEmpty {
link = "t.me/\(addressName)?boost"
} else {
link = "t.me/boost?=\(peer.id.id._internalGetInt64Value())"
link = "t.me/c/\(peer.id.id._internalGetInt64Value())?boost"
}
entries.append(.boostLink(presentationData.theme, link))
}