Explorar o código

Update NetworkTimeline, fix remote comment urls

Daniel Supernault %!s(int64=4) %!d(string=hai) anos
pai
achega
308acc91d3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      resources/assets/js/components/NetworkTimeline.vue

+ 1 - 1
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;
 			},