mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 04:03:49 +01:00
[backend] Set updatedAt on local user update
This commit is contained in:
parent
21319a5573
commit
6832347b6c
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user