forked from MightyPork/elefren-fork
Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#[derive(Deserialize)]
|
||||
pub struct Relationship {
|
||||
pub following: bool,
|
||||
pub followed_by: bool,
|
||||
pub blocking: bool,
|
||||
pub muting: bool,
|
||||
pub requested: bool,
|
||||
}
|
||||
Reference in New Issue
Block a user