mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Add recent actions settings sheet
This commit is contained in:
@@ -131,6 +131,11 @@ extension ChatControllerImpl {
|
||||
return
|
||||
}
|
||||
|
||||
/*if "".isEmpty {
|
||||
self.push(RecentActionsSettingsSheet(context: self.context, adminPeers: authors.map(EnginePeer.init), completion: { _ in }))
|
||||
return
|
||||
}*/
|
||||
|
||||
self.navigationActionDisposable.set((combineLatest(authors.map { author in
|
||||
self.context.engine.peers.fetchChannelParticipant(peerId: peerId, participantId: author.id)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user