fix account/header descriptions on pleroma

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2024-09-14 19:54:08 +02:00
parent f39c52ac83
commit acf31a11a3
4 changed files with 8 additions and 6 deletions

View File

@ -36,6 +36,8 @@ const preprocessAccount = (account: any) => {
'favicon',
'birthday',
'deactivated',
'avatar_description',
'header_description',
'settings_store',
'chat_token',

View File

@ -1,6 +1,6 @@
{
"name": "pl-api",
"version": "0.0.32",
"version": "0.0.33",
"type": "module",
"homepage": "https://github.com/mkljczk/pl-fe/tree/fork/packages/pl-api",
"repository": {