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