feat: allow linking fediverse account to existing user

This commit is contained in:
Sam 2023-03-18 15:19:53 +01:00
parent d6bb2f7743
commit 97191933cb
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
14 changed files with 306 additions and 93 deletions

View file

@ -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 {