Make it possible to unfollow someone

I was sure it was already implemented, but it looks like it wasn't
This commit is contained in:
Bat
2018-09-04 11:37:58 +01:00
parent e12d3fdc2f
commit dcebc4653a
5 changed files with 67 additions and 18 deletions
+1
View File
@@ -42,6 +42,7 @@ table! {
id -> Int4,
follower_id -> Int4,
following_id -> Int4,
ap_url -> Text,
}
}