Allow user to mark account as group

This commit is contained in:
tusooa 2023-12-27 22:30:19 -05:00
commit 0110fd86c2
No known key found for this signature in database
GPG key ID: 42AEC43D48433C51
6 changed files with 27 additions and 6 deletions

View file

@ -165,6 +165,7 @@ export const parseUser = (data) => {
output.show_role = data.source.pleroma.show_role
output.discoverable = data.source.pleroma.discoverable
output.show_birthday = data.pleroma.show_birthday
output.actor_type = data.source.pleroma.actor_type
}
}