We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40f669d + b82b251 commit fcfac88Copy full SHA for fcfac88
shared/src/commonMain/kotlin/dev/dimension/flare/ui/model/mapper/XQT.kt
@@ -619,7 +619,7 @@ internal fun Tweet.renderStatus(
619
url =
620
buildString {
621
append("https://${accountKey.host}/")
622
- append(user?.handleWithoutAt)
+ append(user?.handleWithoutAtAndHost)
623
append("/status/")
624
append(legacy?.idStr ?: restId)
625
},
0 commit comments