diff options
| author | taehoon <th.dev91@gmail.com> | 2019-04-24 13:56:53 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-05-15 12:04:25 -0400 |
| commit | cd0a7afa06cafc93510286d35a60e9e40ead36bf (patch) | |
| tree | 91303c82172bab88bd9d5a91a0fb12ce4f05881a /src/services/entity_normalizer/entity_normalizer.service.js | |
| parent | 9e22d6212acaeba271d847b565d066ae92165d09 (diff) | |
remove pinned timeline, instead, use simple entity of user object
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, 2 insertions, 0 deletions
diff --git a/src/services/entity_normalizer/entity_normalizer.service.js b/src/services/entity_normalizer/entity_normalizer.service.js index 97e20b99..3636c05b 100644 --- a/src/services/entity_normalizer/entity_normalizer.service.js +++ b/src/services/entity_normalizer/entity_normalizer.service.js @@ -131,6 +131,8 @@ export const parseUser = (data) => { output.statuses_count = data.statuses_count output.friendIds = [] output.followerIds = [] + output.pinnedStatusIds = [] + if (data.pleroma) { output.follow_request_count = data.pleroma.follow_request_count } |
