mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
remove debug
This commit is contained in:
parent
7811bfa350
commit
2b5f390262
1 changed files with 0 additions and 4 deletions
|
|
@ -83,10 +83,6 @@ func _internal_composeMessageWithAI(network: Network, text: String, entities: [M
|
|||
flags |= (1 << 3)
|
||||
}
|
||||
|
||||
if true {
|
||||
return .fail(.limitExceeded);
|
||||
}
|
||||
|
||||
let apiText: Api.TextWithEntities = .textWithEntities(.init(text: text, entities: apiEntitiesFromMessageTextEntities(entities, associatedPeers: SimpleDictionary())))
|
||||
|
||||
return network.request(Api.functions.messages.composeMessageWithAI(flags: flags, text: apiText, translateToLang: translateToLang, changeTone: changeTone))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue