From 1fd9a1c7c0f9efb3660af44f9a8fa8722e6819cc Mon Sep 17 00:00:00 2001 From: taehoon Date: Wed, 13 Feb 2019 22:14:46 -0500 Subject: Set blockIds and muteIds to the currentUser state only --- src/services/entity_normalizer/entity_normalizer.service.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/services/entity_normalizer') diff --git a/src/services/entity_normalizer/entity_normalizer.service.js b/src/services/entity_normalizer/entity_normalizer.service.js index 49c83811..d20ce77f 100644 --- a/src/services/entity_normalizer/entity_normalizer.service.js +++ b/src/services/entity_normalizer/entity_normalizer.service.js @@ -120,8 +120,6 @@ export const parseUser = (data) => { if (data.pleroma) { output.follow_request_count = data.pleroma.follow_request_count } - output.blockIds = [] - output.muteIds = [] return output } -- cgit v1.2.3-70-g09d2