mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-15 21:45:19 +00:00
Fix author signature display in Saved Messages
This commit is contained in:
parent
b19e3d3a66
commit
166d4add27
@ -49,6 +49,8 @@ func stringForMessageTimestampStatus(accountPeerId: PeerId, message: Message, da
|
||||
if let author = message.author as? TelegramUser {
|
||||
if let peer = message.peers[message.id.peerId] as? TelegramChannel, case .broadcast = peer.info {
|
||||
authorTitle = author.displayTitle(strings: strings, displayOrder: nameDisplayOrder)
|
||||
} else if let forwardInfo = message.forwardInfo {
|
||||
authorTitle = forwardInfo.authorSignature
|
||||
}
|
||||
} else {
|
||||
if let peer = message.peers[message.id.peerId] as? TelegramChannel, case .broadcast = peer.info {
|
||||
|
Loading…
x
Reference in New Issue
Block a user