User display name
#2500
-
Is there a way to get the user display name from the |
Beta Was this translation helpful? Give feedback.
Answered by
arqunis
Jul 27, 2023
Replies: 1 comment 3 replies
-
it seems like the user object has |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would, actually, if you look at the implementation. If the user has it, it falls back to the
User::global_name
field, which is what you want.