mirror of
https://github.com/vector-im/element-call.git
synced 2026-01-18 02:32:27 +00:00
Set display name after interactive registration
This commit is contained in:
@@ -82,6 +82,11 @@ export function useInteractiveRegistration() {
|
||||
|
||||
setClient(client, session);
|
||||
|
||||
const user = client.getUser(client.getUserId());
|
||||
|
||||
user.setRawDisplayName(displayName);
|
||||
user.setDisplayName(displayName);
|
||||
|
||||
return client;
|
||||
},
|
||||
[]
|
||||
|
||||
Reference in New Issue
Block a user