server-side storage for flags
This commit is contained in:
parent
5b7c653874
commit
dbfca224d8
8 changed files with 326 additions and 34 deletions
|
|
@ -90,6 +90,9 @@ export const parseUser = (data) => {
|
|||
output.bot = data.bot
|
||||
|
||||
if (data.pleroma) {
|
||||
if (data.pleroma.settings_store) {
|
||||
output.storage = data.pleroma.settings_store['pleroma-fe']
|
||||
}
|
||||
const relationship = data.pleroma.relationship
|
||||
|
||||
output.background_image = data.pleroma.background_image
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue