Friendsfix #6
2 changed files with 6 additions and 0 deletions
add check setting status
commit
b503363e56
|
|
@ -143,6 +143,10 @@ impl Friends for FriendsUser {
|
||||||
false,
|
false,
|
||||||
))
|
))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async fn check_setting_status(&self) -> Result<u8, ErrorCode> {
|
||||||
|
Ok(0xFF)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Secure for FriendsUser {
|
impl Secure for FriendsUser {
|
||||||
|
|
|
||||||
|
|
@ -143,4 +143,6 @@ pub trait Friends {
|
||||||
),
|
),
|
||||||
ErrorCode,
|
ErrorCode,
|
||||||
>;
|
>;
|
||||||
|
#[method_id(19)]
|
||||||
|
async fn check_setting_status(&self) -> Result<u8, ErrorCode>;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue