POST /.../unfollow returns a Relationship, not an Account

This commit is contained in:
Paul Woolcock
2018-09-06 14:36:40 -04:00
parent 788177f5e8
commit 20a9c69adc
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -20,4 +20,6 @@ pub struct Relationship {
pub muting_notifications: bool,
/// Whether the user is currently blocking the accounts's domain
pub domain_blocking: bool,
/// Whether the user's reblogs will show up in the home timeline
pub showing_reblogs: bool,
}