Business features

This commit is contained in:
Isaac
2024-03-26 01:32:26 +04:00
parent 3d6c9b1745
commit ac9c6a5f7f
9 changed files with 478 additions and 39 deletions

View File

@@ -1425,7 +1425,7 @@ public final class ChatEntityKeyboardInputNode: ChatInputNode {
var version = 0
strongSelf.stickerSearchDisposable.set((resultSignal
|> deliverOnMainQueue).start(next: { [weak self] result in
|> deliverOnMainQueue).start(next: { result in
guard let strongSelf = self else {
return
}