This commit is contained in:
red binder 2026-08-08 23:03:30 +02:00
commit dce1c0720e

View file

@ -1298,7 +1298,7 @@ impl FriendsWiiU for FriendsUser {
}
presence.is_online = true;
println!("the presence that was sent is: {:?}", presence);
println!("the presence that was sent is: {:?} from pid {:?}", presence, self.pid);
let data = Any::new(&presence).expect("type error");
let mut user_presence = self.presence.write().await;
*user_presence = Some(presence);