Bump version

This commit is contained in:
Isaac 2025-06-13 20:42:13 +08:00
parent 0a30a0ee56
commit f1efac862b
2 changed files with 6 additions and 2 deletions

View File

@ -83,7 +83,11 @@ public final class ChatMessageSuggestedPostInfoNode: ASDisplayNode {
//TODO:localize //TODO:localize
let titleText: String let titleText: String
if !item.message.effectivelyIncoming(item.context.account.peerId) { if !item.message.effectivelyIncoming(item.context.account.peerId) {
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." titleText = "You suggest to post\nthis message."
}
} else { } else {
if item.message.author is TelegramChannel { if item.message.author is TelegramChannel {
titleText = "**\(item.message.author.flatMap(EnginePeer.init)?.compactDisplayTitle ?? " ")** suggests a new price,\ntime, and text for your message." titleText = "**\(item.message.author.flatMap(EnginePeer.init)?.compactDisplayTitle ?? " ")** suggests a new price,\ntime, and text for your message."

View File

@ -1,5 +1,5 @@
{ {
"app": "11.12.1", "app": "11.13",
"xcode": "16.2", "xcode": "16.2",
"bazel": "8.2.1:22ff65b05869f6160e5157b1b425a14a62085d71d8baef571f462b8fe5a703a3", "bazel": "8.2.1:22ff65b05869f6160e5157b1b425a14a62085d71d8baef571f462b8fe5a703a3",
"macos": "15" "macos": "15"