Allow user to mark account as group
This commit is contained in:
parent
6391a6a4ea
commit
0110fd86c2
6 changed files with 27 additions and 6 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue