Skip to content

Profile creation bug #170

@darkill59

Description

@darkill59

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug/unconfirmedSomething isn't working, but haven't been reproduced

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions