Skip to content

Commit fcfac88

Browse files
authored
Merge pull request #1273 from DimensionDev/bugfix/link_share
fix xqt link share
2 parents 40f669d + b82b251 commit fcfac88

File tree

1 file changed

+1
-1
lines changed
  • shared/src/commonMain/kotlin/dev/dimension/flare/ui/model/mapper

1 file changed

+1
-1
lines changed

shared/src/commonMain/kotlin/dev/dimension/flare/ui/model/mapper/XQT.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ internal fun Tweet.renderStatus(
619619
url =
620620
buildString {
621621
append("https://${accountKey.host}/")
622-
append(user?.handleWithoutAt)
622+
append(user?.handleWithoutAtAndHost)
623623
append("/status/")
624624
append(legacy?.idStr ?: restId)
625625
},

0 commit comments

Comments
 (0)