From e487527a341bc9a6d0377a4ed7a50c9b0e24fb51 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Mon, 20 Apr 2020 20:52:49 -0600 Subject: [PATCH] Update RemoteProfile, fix missing content warnings --- .../assets/js/components/RemoteProfile.vue | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/resources/assets/js/components/RemoteProfile.vue b/resources/assets/js/components/RemoteProfile.vue index 6ca1ea1d..866c6e10 100644 --- a/resources/assets/js/components/RemoteProfile.vue +++ b/resources/assets/js/components/RemoteProfile.vue @@ -70,9 +70,23 @@
- - - +
+
+ +

CW / NSFW / Hidden Media

+

(click to show)

+
+ + + +
+
+
+ + + + +
@@ -225,7 +239,9 @@ media: status.media_attachments, timestamp: status.created_at, type: status.pf_type, - url: status.url + url: status.url, + sensitive: status.sensitive, + cw: status.sensitive } }); let ids = data.map(status => status.id);