diff options
| author | shpuld <shp@cock.li> | 2019-01-27 16:10:55 +0200 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2019-01-27 16:10:55 +0200 |
| commit | b9142e6facfcb0853314a1d51d955e2391685689 (patch) | |
| tree | 12606a33324551aa236c1d2762c6d6e42bd4cfe5 /src | |
| parent | 4c9f3b946db181b6069df9290516c33a1f71233d (diff) | |
Move following to qvitter only space
Diffstat (limited to 'src')
| -rw-r--r-- | src/services/entity_normalizer/entity_normalizer.service.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/services/entity_normalizer/entity_normalizer.service.js b/src/services/entity_normalizer/entity_normalizer.service.js index 4e24d39e..d78c6a76 100644 --- a/src/services/entity_normalizer/entity_normalizer.service.js +++ b/src/services/entity_normalizer/entity_normalizer.service.js @@ -102,9 +102,10 @@ export const parseUser = (data) => { output.default_scope = data.default_scope output.hide_network = data.hide_network output.background_image = data.background_image + // on mastoapi this info is contained in a "relationship" + output.following = data.following } - output.following = data.following output.created_at = new Date(data.created_at) output.locked = data.locked output.followers_count = data.followers_count |
