removed the wrong line
Some checks failed
Build and Test / wii-u-chat (push) Successful in 3m40s
Build and Test / splatoon (push) Successful in 3m48s
Build and Test / friends (push) Has been cancelled
Build and Test / puyopuyo (push) Has been cancelled
Build and Test / wii-sports-club (push) Has been cancelled
Build and Test / super-mario-maker (push) Has been cancelled
Build and Test / terraria (push) Has been cancelled
Build and Test / mario-tennis (push) Has been cancelled
Build and Test / sonic-transformed (push) Has been cancelled
Build and Test / minecraft-wiiu (push) Has been cancelled
Build and Test / fast-racing-neo (push) Has been cancelled
Build and Test / splatoon-testfire (push) Has been cancelled
Some checks failed
Build and Test / wii-u-chat (push) Successful in 3m40s
Build and Test / splatoon (push) Successful in 3m48s
Build and Test / friends (push) Has been cancelled
Build and Test / puyopuyo (push) Has been cancelled
Build and Test / wii-sports-club (push) Has been cancelled
Build and Test / super-mario-maker (push) Has been cancelled
Build and Test / terraria (push) Has been cancelled
Build and Test / mario-tennis (push) Has been cancelled
Build and Test / sonic-transformed (push) Has been cancelled
Build and Test / minecraft-wiiu (push) Has been cancelled
Build and Test / fast-racing-neo (push) Has been cancelled
Build and Test / splatoon-testfire (push) Has been cancelled
This commit is contained in:
parent
302b4e3410
commit
5504fd91ae
1 changed files with 1 additions and 0 deletions
|
|
@ -1297,6 +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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue