mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
[WIP] Saved messages
This commit is contained in:
@@ -72,6 +72,7 @@ func chatHistoryEntriesForView(
|
||||
tags: [],
|
||||
globalTags: [],
|
||||
localTags: [],
|
||||
customTags: [],
|
||||
forwardInfo: nil,
|
||||
author: channelPeer,
|
||||
text: "",
|
||||
@@ -98,6 +99,7 @@ func chatHistoryEntriesForView(
|
||||
tags: [],
|
||||
globalTags: [],
|
||||
localTags: [],
|
||||
customTags: [],
|
||||
forwardInfo: nil,
|
||||
author: channelPeer,
|
||||
text: "",
|
||||
@@ -428,6 +430,7 @@ func chatHistoryEntriesForView(
|
||||
tags: message.tags,
|
||||
globalTags: message.globalTags,
|
||||
localTags: message.localTags,
|
||||
customTags: message.customTags,
|
||||
forwardInfo: message.forwardInfo,
|
||||
author: message.author,
|
||||
text: /*"\(message.adAttribute!.opaqueId.hashValue)" + */message.text,
|
||||
|
||||
Reference in New Issue
Block a user