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": {

View file

@ -134,7 +134,7 @@
"multiselect-react-dropdown": "^2.0.25",
"object-to-formdata": "^4.5.1",
"path-browserify": "^1.0.1",
"pl-api": "^0.0.32",
"pl-api": "^0.0.33",
"postcss": "^8.4.29",
"process": "^0.11.10",
"punycode": "^2.1.1",

View file

@ -8240,10 +8240,10 @@ pkg-types@^1.0.3:
mlly "^1.2.0"
pathe "^1.1.0"
pl-api@^0.0.32:
version "0.0.32"
resolved "https://registry.yarnpkg.com/pl-api/-/pl-api-0.0.32.tgz#d6d86342c99c740bdb4e99a67ef249caede7390a"
integrity sha512-uIh98+/5Z9CVoP5b77+tH2ETsSeLKmSXR0vmH7vkxQdjssrv139puy7jv7aYKnbOj2uqm3IDTCyYzI4q0KNFBQ==
pl-api@^0.0.33:
version "0.0.33"
resolved "https://registry.yarnpkg.com/pl-api/-/pl-api-0.0.33.tgz#2afa795f7c708683b512d37d19045a91b9ab6663"
integrity sha512-pA6G6mB+KjOmJxqXoGLpWNqpfPWwZ2Rlu6H8rHdCv9lPXjrnZRqXFEy7cYJAIMdaKo5m224CQqXVFCMg5RYXdg==
dependencies:
blurhash "^2.0.5"
http-link-header "^1.1.3"