From 12fb631bac1030284f91c20446773eb4f4733ed7 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Wed, 11 Jun 2025 03:25:54 +0100 Subject: feat: use spawn_blocking for avatar image processing --- filamento/src/logic/connect.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filamento/src/logic/connect.rs') diff --git a/filamento/src/logic/connect.rs b/filamento/src/logic/connect.rs index 9d61ca4..6e392f1 100644 --- a/filamento/src/logic/connect.rs +++ b/filamento/src/logic/connect.rs @@ -11,7 +11,7 @@ use crate::{ use super::ClientLogic; -pub async fn handle_connect( +pub async fn handle_connect( logic: ClientLogic, connection: Connected, ) { -- cgit