From aeeb75597bed787f359ec25022069743f78e380c Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Wed, 18 Nov 2020 20:28:39 -0700 Subject: [PATCH] Update Direct component --- resources/assets/js/components/Direct.vue | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/resources/assets/js/components/Direct.vue b/resources/assets/js/components/Direct.vue index d7cdf7148..20dc3205e 100644 --- a/resources/assets/js/components/Direct.vue +++ b/resources/assets/js/components/Direct.vue @@ -32,9 +32,12 @@ Generic placeholder image

- + {{thread.name}} + + {{thread.isLocal ? '@' + thread.username : thread.username}} +

@@ -65,9 +68,12 @@ Generic placeholder image

- + {{thread.name}} + + {{thread.isLocal ? '@' + thread.username : thread.username}} +

@@ -98,9 +104,12 @@ Generic placeholder image

- + {{thread.name}} + + {{thread.isLocal ? '@' + thread.username : thread.username}} +