Merge branch 'tusooa/group-actor' into 'develop'
Support group actors See merge request pleroma/pleroma-fe!1882
This commit is contained in:
commit
9042792133
13 changed files with 66 additions and 27 deletions
|
|
@ -166,6 +166,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