Remove pagination support from block-list

This commit is contained in:
taehoon 2019-02-13 21:08:14 -05:00
parent 159e84532e
commit 8c8a6edc78
4 changed files with 14 additions and 17 deletions

View file

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