Merge branch 'features/favicons' into 'develop'
status.vue: Add support for favicons See merge request pleroma/pleroma-fe!1076
This commit is contained in:
commit
e0add7a44e
2 changed files with 12 additions and 0 deletions
|
@ -79,6 +79,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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue