Fixed posts not saving correctly after DB migration

This commit is contained in:
2023-04-13 16:18:30 +02:00
parent 8d3a23ee88
commit 4e7196182c
2 changed files with 11 additions and 15 deletions

View File

@ -24,5 +24,4 @@ export interface Account {
display_name: string;
url: string;
avatar: string;
avatar_static: string;
}