Skip to content

Commit 64bddfc

Browse files
committed
this seems to fix things
1 parent c207eac commit 64bddfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

turbo/src/main/kotlin/dev/hotwire/turbo/session/TurboSession.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ class TurboSession internal constructor(
668668
reset()
669669
}
670670

671-
val willProposeThrottledVisit = shouldProposeThrottledVisit()
671+
val willProposeThrottledVisit = isColdBootRedirect || shouldProposeThrottledVisit()
672672
if (shouldOverride && willProposeThrottledVisit) {
673673
// Replace the cold boot destination on a redirect
674674
// since the original url isn't visitable.

0 commit comments

Comments
 (0)