Bug fixes

This commit is contained in:
2023-08-21 15:53:16 +01:00
parent b5c71a34e1
commit 540f7e6398
5 changed files with 17 additions and 7 deletions

View File

@ -75,7 +75,7 @@ export default function ProfileSettings(props: ProfileSettingsProps) {
const newProfile = mapEventToProfile(ev);
if (newProfile) {
await UserCache.set(newProfile);
await UserCache.update(newProfile);
}
}
}