presence: simplify update surface

This commit is contained in:
Jared L
2026-01-21 05:00:53 +11:00
parent 2b32769649
commit 50e8fcc403
2 changed files with 5 additions and 72 deletions

View File

@@ -28,7 +28,6 @@ pub(crate) async fn set_presence_route(
body.sender_device.as_deref(),
&body.presence,
body.status_msg.clone(),
PresenceUpdateReason::ClientRequest,
)
.await?;