parent
13a75abc91
commit
246cead2b1
19 changed files with 404 additions and 63 deletions
|
@ -1,4 +1,5 @@
|
|||
export default (acct: string) => {
|
||||
if (acct.startsWith('@')) acct = acct.substr(1);
|
||||
const splitted = acct.split('@', 2);
|
||||
return { username: splitted[0], host: splitted[1] || null };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue