Fix emoji input background

This commit is contained in:
Isaac
2024-04-19 13:30:06 +04:00
parent 2828707a3e
commit e938cecd37
3 changed files with 6 additions and 8 deletions

View File

@@ -131,11 +131,6 @@ 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)
})