feat: allow linking fediverse account to existing user
This commit is contained in:
parent
d6bb2f7743
commit
97191933cb
14 changed files with 306 additions and 93 deletions
|
@ -21,6 +21,9 @@ export interface MeUser extends User {
|
|||
max_invites: number;
|
||||
discord: string | null;
|
||||
discord_username: string | null;
|
||||
fediverse: string | null;
|
||||
fediverse_username: string | null;
|
||||
fediverse_instance: string | null;
|
||||
}
|
||||
|
||||
export interface Field {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue