From 949785ed5b28cb78258e88f622669560870e17bc Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Tue, 8 Oct 2019 19:41:14 +0200 Subject: [PATCH] Remove own current identity events from featured events Events from other identities are still displayed Closes #187 Signed-off-by: Thomas Citharel --- js/src/views/Home.vue | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/js/src/views/Home.vue b/js/src/views/Home.vue index d0845476..c41ebf0e 100644 --- a/js/src/views/Home.vue +++ b/js/src/views/Home.vue @@ -30,7 +30,7 @@ {{ $t('Welcome back {username}', { username: currentActor.displayName() }) }} -
+

{{ $t("Upcoming") }}

@@ -81,8 +81,8 @@