mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-17 00:31:09 +00:00
Bump version
This commit is contained in:
parent
0a30a0ee56
commit
f1efac862b
@ -83,7 +83,11 @@ public final class ChatMessageSuggestedPostInfoNode: ASDisplayNode {
|
||||
//TODO:localize
|
||||
let titleText: String
|
||||
if !item.message.effectivelyIncoming(item.context.account.peerId) {
|
||||
titleText = "You suggest to post\nthis message."
|
||||
if item.message.attributes.contains(where: { $0 is ReplyMessageAttribute }) {
|
||||
titleText = "You suggest a new price,\ntime and text for this message."
|
||||
} else {
|
||||
titleText = "You suggest to post\nthis message."
|
||||
}
|
||||
} else {
|
||||
if item.message.author is TelegramChannel {
|
||||
titleText = "**\(item.message.author.flatMap(EnginePeer.init)?.compactDisplayTitle ?? " ")** suggests a new price,\ntime, and text for your message."
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"app": "11.12.1",
|
||||
"app": "11.13",
|
||||
"xcode": "16.2",
|
||||
"bazel": "8.2.1:22ff65b05869f6160e5157b1b425a14a62085d71d8baef571f462b8fe5a703a3",
|
||||
"macos": "15"
|
||||
|
Loading…
x
Reference in New Issue
Block a user