Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avata image #444

Open
Seyu84 opened this issue May 20, 2022 · 0 comments
Open

Avata image #444

Seyu84 opened this issue May 20, 2022 · 0 comments

Comments

@Seyu84
Copy link

Seyu84 commented May 20, 2022

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} })

@Seyu84 Seyu84 closed this as completed May 20, 2022
@Seyu84 Seyu84 reopened this May 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant