Generate likely followers url for existing users
This commit is contained in:
@ -88,6 +88,7 @@ class User(OrderedCollectionPageMixin, AbstractUser):
|
||||
symmetrical=False,
|
||||
through="UserFollows",
|
||||
through_fields=("user_object", "user_subject"),
|
||||
related_name="following",
|
||||
)
|
||||
follow_requests = models.ManyToManyField(
|
||||
"self",
|
||||
|
Reference in New Issue
Block a user