mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 22:09:16 +01:00
fix(api): 🔥 Remove pleroma attribute on users
This commit is contained in:
parent
5f785c391d
commit
f006efbfb2
3 changed files with 0 additions and 11 deletions
|
|
@ -86,11 +86,6 @@ describe(meta.route, () => {
|
|||
limited: false,
|
||||
noindex: false,
|
||||
suspended: false,
|
||||
// @ts-expect-error Pleroma extension
|
||||
pleroma: {
|
||||
is_admin: false,
|
||||
is_moderator: false,
|
||||
},
|
||||
} satisfies APIAccount);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue