forked from AkkomaGang/akkoma-fe
Merge branch '543' into 'develop'
Fix "stale user settings shown after save" Closes #543 See merge request pleroma/pleroma-fe!813
This commit is contained in:
commit
50618b81c8
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ export const parseUser = (data) => {
|
|||
output.name = data.display_name
|
||||
output.name_html = addEmojis(data.display_name, data.emojis)
|
||||
|
||||
// output.description = ??? missing
|
||||
output.description = data.note
|
||||
output.description_html = addEmojis(data.note, data.emojis)
|
||||
|
||||
// Utilize avatar_static for gif avatars?
|
||||
|
|
Loading…
Reference in a new issue