Use raw display names for members
This commit is contained in:
parent
0a49ddb31e
commit
6a18ba0110
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ export function useProfile(client) {
|
|||
return {
|
||||
success: false,
|
||||
loading: false,
|
||||
displayName: user?.displayName,
|
||||
displayName: user?.rawDisplayName,
|
||||
avatarUrl: user && client && getAvatarUrl(client, user.avatarUrl),
|
||||
error: null,
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue