mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Monoforums
This commit is contained in:
@@ -370,7 +370,7 @@ public final class ChatMessageItemImpl: ChatMessageItem, CustomStringConvertible
|
||||
}
|
||||
})
|
||||
|
||||
if let headerSeparableThreadId, let headerDisplayPeer {
|
||||
if let headerSeparableThreadId, let headerDisplayPeer, !(associatedData.subject?.isService ?? false) {
|
||||
self.topicHeader = ChatMessageDateHeader(timestamp: content.index.timestamp, separableThreadId: headerSeparableThreadId, scheduled: false, displayHeader: headerDisplayPeer, presentationData: presentationData, controllerInteraction: controllerInteraction, context: context, action: { _, _ in
|
||||
controllerInteraction.updateChatLocationThread(headerSeparableThreadId, nil)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user