mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Strip Emojis from title
This commit is contained in:
parent
3827195aea
commit
cb13d08421
1 changed files with 1 additions and 1 deletions
|
|
@ -273,7 +273,7 @@ const textToUtterance = ({
|
|||
voice?: string
|
||||
isHtml?: boolean
|
||||
}): Utterance => {
|
||||
const text = textItems.join('')
|
||||
const text = stripEmojis(textItems.join(''))
|
||||
let textWithWordOffset = text
|
||||
if (isHtml) {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Reference in a new issue