Open
Description
Hi!
In case someone is looking for information on how to make the avatar images appear, just remove a /.
We're going to:
https://github.com/linuxserver/heimdalljs/blob/master/routes/users.js
in line 267, change this
await user.update({ avatar: /avatars/${newAvatar}
})
to this
await user.update({ avatar: avatars/${newAvatar}
})
Metadata
Metadata
Assignees
Labels
No labels