mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
[WIP] Saved messages
This commit is contained in:
@@ -25,6 +25,9 @@ public func stringForFullAuthorName(message: EngineMessage, strings: Presentatio
|
||||
} else {
|
||||
if message.id.peerId == accountPeerId {
|
||||
authorString = [strings.DialogList_SavedMessages]
|
||||
} else if message.id.peerId.isAnonymousSavedMessages {
|
||||
//TODO:localize
|
||||
authorString = ["Author Hidden"]
|
||||
} else if message.flags.contains(.Incoming) {
|
||||
authorString = [peer.displayTitle(strings: strings, displayOrder: nameDisplayOrder)]
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user