fix: profile auto refresh #5274

This commit is contained in:
Slinetrac
2025-11-01 17:08:17 +08:00
committed by Tunglies
parent b3b8eeb577
commit 9dc50da167
6 changed files with 74 additions and 50 deletions

View File

@@ -492,7 +492,7 @@ impl Timer {
is_current
);
feat::update_profile(uid.clone(), None, Some(is_current)).await
feat::update_profile(uid.clone(), None, Some(is_current), None).await
})
.await
{