Merge branch 'move-type-notification' into 'develop'

Add setting for allow following move

Closes 

See merge request 
This commit is contained in:
Shpuld Shpludson 2020-02-10 14:51:35 +00:00
commit 17b6d8ddb8
8 changed files with 21 additions and 4 deletions
src/services/entity_normalizer

View file

@ -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