fix(api): 🔥 Remove pleroma attribute on users

This commit is contained in:
Jesse Wierzbinski 2024-05-05 10:55:40 -10:00
parent 5f785c391d
commit f006efbfb2
No known key found for this signature in database
3 changed files with 0 additions and 11 deletions

View file

@ -394,11 +394,6 @@ export class User {
discoverable: undefined,
mute_expires_at: undefined,
group: false,
// @ts-expect-error Pleroma extension
pleroma: {
is_admin: user.isAdmin,
is_moderator: user.isAdmin,
},
};
}