Merge branch 'move-type-notification' into 'develop'
Add setting for allow following move Closes #732 See merge request pleroma/pleroma-fe!1054
This commit is contained in:
commit
17b6d8ddb8
8 changed files with 21 additions and 4 deletions
src/services/entity_normalizer
|
@ -83,6 +83,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