Generate likely followers url for existing users
This commit is contained in:
parent
53d9ff87d9
commit
dc72df7339
3 changed files with 31 additions and 8 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue