Try to fetch followers

This commit is contained in:
Bat
2018-07-27 12:53:21 +02:00
parent 812b76b0de
commit 38d99ad5af
5 changed files with 60 additions and 10 deletions
+1
View File
@@ -135,6 +135,7 @@ table! {
private_key -> Nullable<Text>,
public_key -> Text,
shared_inbox_url -> Nullable<Varchar>,
followers_endpoint -> Varchar,
}
}