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

Profile creation bug #170

Open
darkill59 opened this issue Mar 5, 2024 · 0 comments
Open

Profile creation bug #170

darkill59 opened this issue Mar 5, 2024 · 0 comments
Labels
bug/unconfirmed Something isn't working, but haven't been reproduced

Comments

@darkill59
Copy link

darkill59 commented Mar 5, 2024

Hi,
I just found a bug when creating user profiles. (dist/utils/buildProfiles.js) When a person doesn't have a nickname, it puts "User" in place of the person's name. After some research, the problem simply comes from the fact that "displayName" does not exist in "author" (despite its presence in the doc). In the meantime, I simply changed the "author.displayName" to "author.username" which therefore does not display the person's displayed name but the username. For example, my username is darkill3671 while my display name is darkill.
Another thing is that the mentions are not displayed. They only display: "@".

image
I specify that on the screenshot, I have already replaced the "author.displayName" with "author.username"

package version: 3.2.0

Hoping for a correction.
THANKS

@ItzDerock ItzDerock added the bug/unconfirmed Something isn't working, but haven't been reproduced label Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug/unconfirmed Something isn't working, but haven't been reproduced
Projects
None yet
Development

No branches or pull requests

2 participants