From 47b8f2299a483024c4a6a8876af825a010954caa Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Wed, 5 Apr 2023 15:55:48 +0200 Subject: Updated 2 files and added 3 files (automated) --- includes/external/addressbook/twitter.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'includes/external/addressbook/twitter.js') diff --git a/includes/external/addressbook/twitter.js b/includes/external/addressbook/twitter.js index b22fca3..d8834ca 100644 --- a/includes/external/addressbook/twitter.js +++ b/includes/external/addressbook/twitter.js @@ -23,6 +23,7 @@ function sleep(ms) { avatar: "https://img.icons8.com/fluency-systems-regular/64/ffffff/twitter.png", name: data['name'], description: `@${data['username']}`, + link: `https://twitter.com/${data['username']}`, copy: [ { title: "Copy link to profile", @@ -54,6 +55,7 @@ function sleep(ms) { avatar: "https://img.icons8.com/fluency-systems-regular/64/ffffff/twitter.png", name: user, description: "Twitter", + link: null, copy: [] }, null, 2)); } -- cgit