aboutsummaryrefslogtreecommitdiff
path: root/src/services/entity_normalizer
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2020-03-01 09:47:21 +0100
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2020-03-01 09:47:21 +0100
commit88fbbb5e9bc0f34ab265a4af3151cc96b0b00f0e (patch)
tree22758847d286a7b0ed864d5e59053b7bae26da0d /src/services/entity_normalizer
parent57e72b48c1fec74a860fd5abc75f0e9c4986c3f6 (diff)
status.vue: Add support for favicons
Put in replacement to the external icon when possible
Diffstat (limited to 'src/services/entity_normalizer')
-rw-r--r--src/services/entity_normalizer/entity_normalizer.service.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/services/entity_normalizer/entity_normalizer.service.js b/src/services/entity_normalizer/entity_normalizer.service.js
index 84169a7b..9370b93f 100644
--- a/src/services/entity_normalizer/entity_normalizer.service.js
+++ b/src/services/entity_normalizer/entity_normalizer.service.js
@@ -71,6 +71,7 @@ export const parseUser = (data) => {
const relationship = data.pleroma.relationship
output.background_image = data.pleroma.background_image
+ output.favicon = data.pleroma.favicon
output.token = data.pleroma.chat_token
if (relationship) {