[backend] Set updatedAt on local user update

This commit is contained in:
Laura Hausmann 2023-11-25 22:09:49 +01:00
parent 21319a5573
commit 6832347b6c
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -42,6 +42,7 @@ export async function updateUserProfileData(user: User, profile: UserProfile | n
updates.emojis = emojis;
updates.tags = tags;
updates.updatedAt = new Date();
updateUsertags(user, tags);