feature marked as experimental and executed rustfmt

This commit is contained in:
tototomate123
2025-09-08 22:25:00 +00:00
committed by Jason Volk
parent b5a9884194
commit 6295ca135a
4 changed files with 41 additions and 17 deletions
+2 -1
View File
@@ -134,7 +134,8 @@ pub(crate) async fn sync_events_route(
.log_err()
.ok();
// Record that this user was actively syncing now (for push suppression heuristic)
// Record that this user was actively syncing now (for push suppression
// heuristic)
services.presence.note_sync(sender_user).await;
}