From 3e2a9d8c81cadcb41a330e5361b8936c70cfee36 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sat, 28 Mar 2020 15:10:35 -0500 Subject: [PATCH] acctFull tweaks --- app/gabsocial/utils/accounts.js | 2 +- public/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/gabsocial/utils/accounts.js b/app/gabsocial/utils/accounts.js index 938475582..3f814181a 100644 --- a/app/gabsocial/utils/accounts.js +++ b/app/gabsocial/utils/accounts.js @@ -9,7 +9,7 @@ export const acctFull = account => { try { if (!domain) domain = getDomain(account); } catch(e) { - console.error('Could not get domain for acctFull.'); + console.warning('Could not get domain for acctFull. Falling back to acct.'); return account.get('acct'); } return [user, domain].join('@'); diff --git a/public/index.html b/public/index.html index f63671fdb..5cf5f8d51 100644 --- a/public/index.html +++ b/public/index.html @@ -9,7 +9,7 @@ - +