-
Notifications
You must be signed in to change notification settings - Fork 57
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
Discord - Locally stored users profile pictures not working #106
Comments
Not a fix, but you forgot to leave |
sry firefox moment |
This will load avatars from local directories if exports have media files enabled. Fixes #106
This will load avatars from local directories if exports have media files enabled. Fixes #106
Hey @livingflore can you test in the PR link if the avatars have the correct path? https://pr-107.chat-analytics.pages.dev Edit: for context, we talked a bit on Discord, we concluded to use the path of the avatars if available. |
yep, works perfect, thank you! |
If export by DCE was done with media from channels being stored locally (
--media true
), you wouldn't be able to see users profile picture as report being generated with validation of URL. I assume it would be possible to use profile pictures which being stored locally if report.html and media folder are in same directory, but if they are not - simply fall back to default avatar (discord icon).The text was updated successfully, but these errors were encountered: