Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
laktyushin committed Sep 3, 2023
1 parent 136122d commit 674999e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions submodules/WebUI/Sources/WebAppController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1112,8 +1112,8 @@ public final class WebAppController: ViewController, AttachmentContainable {
}

let _ = (self.context.engine.messages.allowBotSendMessages(botId: controller.botId)
|> deliverOnMainQueue).start(next: { result in
sendEvent(result)
|> deliverOnMainQueue).start(completed: {
sendEvent(true)
})
})], parseMarkdown: true)
alertController.dismissed = { byOutsideTap in
Expand Down

0 comments on commit 674999e

Please sign in to comment.