This commit is contained in:
red binder 2026-06-23 15:22:20 +02:00
commit 535f05d5c5

View file

@ -285,7 +285,7 @@ impl Friends3DS for FriendsUser {
},
};
Ok(vec![])
Ok(vec![presence])
}
async fn get_friend_comment(&self, unk: Vec<crate::rmc::protocols::friends_3ds::FriendInfo>) -> Result<Vec<FriendComment>, ErrorCode> {