1
0

upd: convertAccount now fetches info from the DB

This commit is contained in:
Mar0xy
2023-10-29 02:59:36 +01:00
parent 95bcfd8ef3
commit 549bcf70db
4 changed files with 59 additions and 29 deletions
@@ -3,5 +3,6 @@ namespace MisskeyEntity {
name: string;
value: string;
verified?: string;
verified_at?: string;
};
}