add comment
This commit is contained in:
parent
4bd610be31
commit
066c6c3efb
1 changed files with 1 additions and 0 deletions
|
@ -532,6 +532,7 @@ export async function updatePerson(
|
||||||
)),
|
)),
|
||||||
...updates,
|
...updates,
|
||||||
};
|
};
|
||||||
|
// Entry in userByIdCache will be updated via the internal event of "remoteUserUpdated"
|
||||||
updatedUser.avatar = avatar;
|
updatedUser.avatar = avatar;
|
||||||
updatedUser.banner = banner;
|
updatedUser.banner = banner;
|
||||||
await userDenormalizedCache.set(updatedUser.id, updatedUser);
|
await userDenormalizedCache.set(updatedUser.id, updatedUser);
|
||||||
|
|
Loading…
Reference in a new issue