forked from AkkomaGang/akkoma-fe
Merge branch 'fix-chat' into 'develop'
Properly handle websocket token (fixes chat). See merge request pleroma/pleroma-fe!483
This commit is contained in:
commit
8258c8b3f0
1 changed files with 2 additions and 0 deletions
|
@ -104,6 +104,8 @@ export const parseUser = (data) => {
|
|||
output.background_image = data.background_image
|
||||
// on mastoapi this info is contained in a "relationship"
|
||||
output.following = data.following
|
||||
// Websocket token
|
||||
output.token = data.token
|
||||
}
|
||||
|
||||
output.created_at = new Date(data.created_at)
|
||||
|
|
Loading…
Reference in a new issue