mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Various improvements
This commit is contained in:
@@ -1380,7 +1380,7 @@ final class VideoChatScreenComponent: Component {
|
||||
guard !text.string.trimmingCharacters(in: .whitespacesAndNewlines).isEmpty else {
|
||||
return
|
||||
}
|
||||
let entities = generateChatInputTextEntities(text)
|
||||
let entities = generateTextEntities(text.string, enabledTypes: [.mention, .hashtag, .allUrl], currentEntities: generateChatInputTextEntities(text))
|
||||
call.sendMessage(text: text.string, entities: entities)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user