[WIP] Saved messages

This commit is contained in:
Isaac
2024-01-06 00:43:58 +04:00
parent c2b9891de1
commit 6a89f938db
86 changed files with 1660 additions and 478 deletions

View File

@@ -2144,6 +2144,7 @@ public final class ChatHistoryListNodeImpl: ListView, ChatHistoryNode, ChatHisto
tags: initialMessage.tags,
globalTags: initialMessage.globalTags,
localTags: initialMessage.localTags,
customTags: initialMessage.customTags,
forwardInfo: initialMessage.forwardInfo,
author: initialMessage.author,
text: /*"\(initialMessage.adAttribute!.opaqueId.hashValue)" + */initialMessage.text,