debug presence
This commit is contained in:
parent
2a82146a45
commit
e518830743
1 changed files with 1 additions and 1 deletions
|
|
@ -1297,7 +1297,7 @@ impl FriendsWiiU for FriendsUser {
|
|||
presence.is_online = false;
|
||||
}
|
||||
|
||||
presence.is_online = true;
|
||||
println!("the presence that was sent is: {:?}", presence);
|
||||
let data = Any::new(&presence).expect("type error");
|
||||
let mut user_presence = self.presence.write().await;
|
||||
*user_presence = Some(presence);
|
||||
|
|
|
|||
Loading…
Reference in a new issue