diff options
| author | taehoon <th.dev91@gmail.com> | 2019-02-13 22:14:46 -0500 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-02-20 13:30:30 -0500 |
| commit | 1fd9a1c7c0f9efb3660af44f9a8fa8722e6819cc (patch) | |
| tree | 9b0e4a35470017ac3371cf5e0e7093c4fc6eee86 /src/services/entity_normalizer/entity_normalizer.service.js | |
| parent | e91a94ff9c4b9559f53a4b001f8972ceca843771 (diff) | |
Set blockIds and muteIds to the currentUser state only
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, 0 insertions, 2 deletions
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 } |
