Add setting for allow_following_move
This commit is contained in:
parent
e73e235b4d
commit
9bbf10b55d
3 changed files with 10 additions and 3 deletions
|
@ -81,6 +81,8 @@ export const parseUser = (data) => {
|
|||
output.subscribed = relationship.subscribing
|
||||
}
|
||||
|
||||
output.allow_following_move = data.pleroma.allow_following_move
|
||||
|
||||
output.hide_follows = data.pleroma.hide_follows
|
||||
output.hide_followers = data.pleroma.hide_followers
|
||||
output.hide_follows_count = data.pleroma.hide_follows_count
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue