mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
[WIP] Business
This commit is contained in:
@@ -546,12 +546,12 @@ func chatHistoryEntriesForView(
|
||||
let message = Message(
|
||||
stableId: UInt32.max - 1001 - UInt32(i),
|
||||
stableVersion: 0,
|
||||
id: MessageId(peerId: context.account.peerId, namespace: Namespaces.Message.Local, id: 123 - Int32(i)),
|
||||
id: MessageId(peerId: context.account.peerId, namespace: Namespaces.Message.Local, id: Int32.max - 100 - Int32(i)),
|
||||
globallyUniqueId: nil,
|
||||
groupingKey: nil,
|
||||
groupInfo: nil,
|
||||
threadId: nil,
|
||||
timestamp: Int32(i),
|
||||
timestamp: -Int32(i),
|
||||
flags: [.Incoming],
|
||||
tags: [],
|
||||
globalTags: [],
|
||||
|
||||
Reference in New Issue
Block a user