aboutsummaryrefslogtreecommitdiff
path: root/src/services/entity_normalizer/entity_normalizer.service.js
diff options
context:
space:
mode:
authorShpuld Shpuldson <shp@cock.li>2020-04-21 23:56:48 +0300
committerShpuld Shpuldson <shp@cock.li>2020-04-21 23:56:48 +0300
commit4b7007bc7dc4af8601454d8a84cf9f68e47545dd (patch)
tree033d2e7d81e6ddc2993f3dd67e831b0bf1d5b671 /src/services/entity_normalizer/entity_normalizer.service.js
parent6bb75a3a6d8452a3e1b88085fe87cf27386f222c (diff)
fix mistakes
Diffstat (limited to 'src/services/entity_normalizer/entity_normalizer.service.js')
-rw-r--r--src/services/entity_normalizer/entity_normalizer.service.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/services/entity_normalizer/entity_normalizer.service.js b/src/services/entity_normalizer/entity_normalizer.service.js
index 97f9f2ae..66a7a8b7 100644
--- a/src/services/entity_normalizer/entity_normalizer.service.js
+++ b/src/services/entity_normalizer/entity_normalizer.service.js
@@ -320,9 +320,6 @@ export const parseStatus = (data) => {
? String(output.in_reply_to_user_id)
: null
- if (data.account.pleroma.relationship) {
- data.account.pleroma.relationship = undefined
- }
output.user = parseUser(masto ? data.account : data.user)
output.attentions = ((masto ? data.mentions : data.attentions) || []).map(parseUser)