mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-21 23:01:00 +00:00
parent
e382994e73
commit
33b24d99bc
1 changed files with 2 additions and 0 deletions
|
@ -63,6 +63,7 @@ class IdentityService:
|
|||
inbound_follows__state__in=FollowStates.group_active(),
|
||||
)
|
||||
.not_deleted()
|
||||
.distinct()
|
||||
.order_by("username")
|
||||
.select_related("domain")
|
||||
)
|
||||
|
@ -74,6 +75,7 @@ class IdentityService:
|
|||
inbound_follows__state__in=FollowStates.group_active(),
|
||||
)
|
||||
.not_deleted()
|
||||
.distinct()
|
||||
.order_by("username")
|
||||
.select_related("domain")
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue