なんかもうめっちゃ変えた
This commit is contained in:
parent
d9ab03f086
commit
b75184ec8e
946 changed files with 41219 additions and 28839 deletions
|
|
@ -6,7 +6,7 @@ export type Acct = {
|
|||
export function parse(acct: string): Acct {
|
||||
if (acct.startsWith('@')) acct = acct.substr(1);
|
||||
const split = acct.split('@', 2);
|
||||
return { username: split[0], host: split[1] || null };
|
||||
return { username: split[0], host: split[1] ?? null };
|
||||
}
|
||||
|
||||
export function toString(acct: Acct): string {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue