From 308acc91d353d922f6897a453e9e1a595da02e33 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Mon, 28 Jun 2021 22:49:22 -0600 Subject: [PATCH] Update NetworkTimeline, fix remote comment urls --- resources/assets/js/components/NetworkTimeline.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/js/components/NetworkTimeline.vue b/resources/assets/js/components/NetworkTimeline.vue index 8737480b4..d8dd685b7 100644 --- a/resources/assets/js/components/NetworkTimeline.vue +++ b/resources/assets/js/components/NetworkTimeline.vue @@ -1100,7 +1100,7 @@ $('.mobile-footer-spacer').attr('style', 'display:none !important'); $('.mobile-footer').attr('style', 'display:none !important'); this.currentLayout = 'comments'; - window.history.pushState({}, '', status.url); + window.history.pushState({}, '', this.statusUrl(status)); return; },