Fix various missing things and bugs

This commit is contained in:
Jesse Wierzbinski 2023-11-28 17:57:35 -10:00
parent 0aeeeabb33
commit e01e92c9ce
No known key found for this signature in database
6 changed files with 52 additions and 20 deletions

View file

@ -31,4 +31,5 @@ export interface APIAccount {
source?: APISource;
role?: APIRole;
mute_expires_at?: string;
pleroma?: any;
}