mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
[WIP] Topics
This commit is contained in:
@@ -100,7 +100,7 @@ private enum ChatListSearchEntry: Comparable, Identifiable {
|
||||
ignoreUnreadBadge: true,
|
||||
displayAsMessage: true,
|
||||
hasFailedMessages: false,
|
||||
forumThreadTitle: nil
|
||||
forumTopicData: nil
|
||||
),
|
||||
editing: false,
|
||||
hasActiveRevealControls: false,
|
||||
@@ -232,6 +232,7 @@ class ChatSearchResultsControllerNode: ViewControllerTracingNode, UIScrollViewDe
|
||||
}, setPeerThreadMuted: { _, _, _ in
|
||||
}, deletePeer: { _, _ in
|
||||
}, deletePeerThread: { _, _ in
|
||||
}, setPeerThreadStopped: { _, _, _ in
|
||||
}, updatePeerGrouping: { _, _ in
|
||||
}, togglePeerMarkedUnread: { _, _ in
|
||||
}, toggleArchivedFolderHiddenByDefault: {
|
||||
|
||||
Reference in New Issue
Block a user