We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8f445b commit d3f5061Copy full SHA for d3f5061
web/src/routes/App.connector.ts
@@ -137,9 +137,6 @@ function mergeProps(
137
uninstallProject(cellIdString, dispatch, appWs)
138
},
139
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
143
if (!myLocalProfile) throw new Error("Cannot update whoamis: Local profile is undefined/null.")
144
const appWebsocket = await getAppWs()
145
await Promise.all(projects.map(async (cellId) => {
0 commit comments