Generate likely followers url for existing users

This commit is contained in:
Mouse Reeve
2021-08-28 10:41:16 -07:00
parent 53d9ff87d9
commit dc72df7339
3 changed files with 31 additions and 8 deletions

View File

@ -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",