forked from AkkomaGang/akkoma-fe
entity normalizer: collapse data.pleroma if blocks
This commit is contained in:
parent
28ca504576
commit
ac97cd3e46
1 changed files with 0 additions and 4 deletions
|
@ -134,14 +134,10 @@ export const parseUser = (data) => {
|
|||
|
||||
if (data.pleroma) {
|
||||
output.follow_request_count = data.pleroma.follow_request_count
|
||||
}
|
||||
|
||||
if (data.pleroma) {
|
||||
output.tags = data.pleroma.tags
|
||||
output.deactivated = data.pleroma.deactivated
|
||||
}
|
||||
|
||||
if (data.pleroma) {
|
||||
output.notification_settings = data.pleroma.notification_settings
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue