mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 01:47:39 -07:00
[backend] Set updatedAt on local user update
This commit is contained in:
parent
21319a5573
commit
6832347b6c
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue