add check setting status
This commit is contained in:
parent
dd4015b2c4
commit
b503363e56
2 changed files with 6 additions and 0 deletions
|
|
@ -143,6 +143,10 @@ impl Friends for FriendsUser {
|
|||
false,
|
||||
))
|
||||
}
|
||||
|
||||
async fn check_setting_status(&self) -> Result<u8, ErrorCode> {
|
||||
Ok(0xFF)
|
||||
}
|
||||
}
|
||||
|
||||
impl Secure for FriendsUser {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue