Skip to content

Commit d3f5061

Browse files
committed
allow updating of profile also in weave context
1 parent e8f445b commit d3f5061

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

web/src/routes/App.connector.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,6 @@ function mergeProps(
137137
uninstallProject(cellIdString, dispatch, appWs)
138138
},
139139
updateWhoamis: async (profile: Profile) => {
140-
// In the Weave context we don't need to update anything, profiles
141-
// are stored at the Moss level
142-
if (isWeaveContext()) return
143140
if (!myLocalProfile) throw new Error("Cannot update whoamis: Local profile is undefined/null.")
144141
const appWebsocket = await getAppWs()
145142
await Promise.all(projects.map(async (cellId) => {

0 commit comments

Comments
 (0)