From e134a9ac55472ffb37c1db8bb0c9d98175ed3b0c Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sat, 1 Aug 2020 23:24:56 -0600 Subject: [PATCH] Update Timeline.vue component, fixes #2352 #2343 --- resources/assets/js/components/Timeline.vue | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/resources/assets/js/components/Timeline.vue b/resources/assets/js/components/Timeline.vue index 48991ab7..b70c712b 100644 --- a/resources/assets/js/components/Timeline.vue +++ b/resources/assets/js/components/Timeline.vue @@ -27,7 +27,7 @@ Loading... -
+
@@ -152,6 +152,7 @@

Error: Problem rendering preview.

+
@@ -159,8 +160,8 @@

+

- @@ -250,7 +251,7 @@
-
+
@@ -528,7 +529,7 @@ size="md" body-class="p-2 rounded">
-
@@ -1203,6 +1204,8 @@ }, lightbox(status) { + window.location.href = status.media_attachments[0].url; + return; this.lightboxMedia = status.media_attachments[0]; this.$refs.lightboxModal.show(); },