set default display name to be blank (#2717)
parent
dfc5a03eb5
commit
10cd4adc79
|
@ -236,7 +236,7 @@ export function Provider({children}: React.PropsWithChildren<{}>) {
|
|||
if (!deactivated) {
|
||||
/*dont await*/ agent.upsertProfile(_existing => {
|
||||
return {
|
||||
displayName: handle,
|
||||
displayName: '',
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue