diff options
| author | taehoon <th.dev91@gmail.com> | 2019-02-13 21:08:14 -0500 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-02-20 13:30:30 -0500 |
| commit | 8c8a6edc7800bac854ef23f29aa87f5b932cb415 (patch) | |
| tree | 175fdbdb07551998ab3e79b2b8bb06bf042351cd /src/services/entity_normalizer/entity_normalizer.service.js | |
| parent | 159e84532ebdae038e1263efe8832015597a5e20 (diff) | |
Remove pagination support from block-list
Diffstat (limited to 'src/services/entity_normalizer/entity_normalizer.service.js')
| -rw-r--r-- | src/services/entity_normalizer/entity_normalizer.service.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/services/entity_normalizer/entity_normalizer.service.js b/src/services/entity_normalizer/entity_normalizer.service.js index 1192b6cc..0e1be61e 100644 --- a/src/services/entity_normalizer/entity_normalizer.service.js +++ b/src/services/entity_normalizer/entity_normalizer.service.js @@ -120,7 +120,7 @@ export const parseUser = (data) => { if (data.pleroma) { output.follow_request_count = data.pleroma.follow_request_count } - output.blocks = [] + output.blockIds = [] return output } |
