user highlight
This commit is contained in:
parent
eb7cff467e
commit
bc97016ea3
7 changed files with 28 additions and 34 deletions
|
|
@ -117,6 +117,7 @@ export const parseUser = (data) => {
|
|||
if (data.pleroma) {
|
||||
if (data.pleroma.settings_store) {
|
||||
output.storage = data.pleroma.settings_store['pleroma-fe']
|
||||
output.user_highlight = data.pleroma.settings_store['user_highlight']
|
||||
}
|
||||
const relationship = data.pleroma.relationship
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue