feat: add tumblr oauth

This commit is contained in:
Sam 2023-04-18 03:49:37 +02:00
parent 6131884ba7
commit 716c1283e7
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
13 changed files with 641 additions and 7 deletions

View file

@ -22,6 +22,8 @@ export interface MeUser extends User {
max_invites: number;
discord: string | null;
discord_username: string | null;
tumblr: string | null;
tumblr_username: string | null;
fediverse: string | null;
fediverse_username: string | null;
fediverse_instance: string | null;