From 3253dd95192425df9f1d51769c33b0d8f6a6ff78 Mon Sep 17 00:00:00 2001 From: Andrea Vos Date: Tue, 14 Dec 2021 20:03:33 +0100 Subject: [PATCH] #289 mastodon rel=me - also for home --- routes/profile.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/routes/profile.vue b/routes/profile.vue index 05b677015..bd1f0a5cc 100644 --- a/routes/profile.vue +++ b/routes/profile.vue @@ -81,7 +81,7 @@ -
+

@{{username}} @@ -103,6 +103,8 @@

+   +
@@ -157,6 +159,9 @@ return this.user.username; }, + verifiedLinks() { + return [...new Set(Object.values(this.user.profiles).map(p => Object.keys(p.verifiedLinks || {})).flat())]; + }, }, watch: { profile() {