Improve poll creation

This commit is contained in:
Isaac
2024-04-19 13:18:04 +04:00
parent 7f7d0f1c74
commit eed644e895
17 changed files with 179 additions and 34 deletions

View File

@@ -131,10 +131,10 @@ extension ChatControllerImpl {
return
}
/*if "".isEmpty {
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)