diff --git a/src/state/session/index.tsx b/src/state/session/index.tsx index ed2e6fcf10..c44f96dd6f 100644 --- a/src/state/session/index.tsx +++ b/src/state/session/index.tsx @@ -236,7 +236,7 @@ export function Provider({children}: React.PropsWithChildren<{}>) { if (!deactivated) { /*dont await*/ agent.upsertProfile(_existing => { return { - displayName: handle, + displayName: '', } }) }