diff --git a/resources/assets/js/components/Timeline.vue b/resources/assets/js/components/Timeline.vue index 48991ab70..b70c712bb 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(); },