acctFull tweaks

This commit is contained in:
Alex Gleason 2020-03-28 15:10:35 -05:00
parent 57d44889f2
commit 3e2a9d8c81
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
2 changed files with 2 additions and 2 deletions

View file

@ -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('@');

File diff suppressed because one or more lines are too long