Skip to content

Commit

Permalink
Fix some default YouTube emotes not being shown as images
Browse files Browse the repository at this point in the history
  • Loading branch information
arkon committed May 19, 2024
1 parent 1f228e8 commit 22d73e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import androidx.compose.ui.text.buildAnnotatedString
import androidx.compose.ui.text.withLink

private val symbolPattern by lazy {
"""(https?://[^\s\t\n]+)|(:[\w+]+:)|(#[\w+]+)""".toRegex()
"""(https?://[^\s\t\n]+)|(:[\w+-]+:)|(#[\w+]+)""".toRegex()
}

// Accepted annotations
Expand Down

0 comments on commit 22d73e7

Please sign in to comment.