acctFull tweaks
This commit is contained in:
parent
57d44889f2
commit
3e2a9d8c81
2 changed files with 2 additions and 2 deletions
|
@ -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
Loading…
Reference in a new issue