mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-26 01: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(),
|
inbound_follows__state__in=FollowStates.group_active(),
|
||||||
)
|
)
|
||||||
.not_deleted()
|
.not_deleted()
|
||||||
|
.distinct()
|
||||||
.order_by("username")
|
.order_by("username")
|
||||||
.select_related("domain")
|
.select_related("domain")
|
||||||
)
|
)
|
||||||
|
@ -74,6 +75,7 @@ class IdentityService:
|
||||||
inbound_follows__state__in=FollowStates.group_active(),
|
inbound_follows__state__in=FollowStates.group_active(),
|
||||||
)
|
)
|
||||||
.not_deleted()
|
.not_deleted()
|
||||||
|
.distinct()
|
||||||
.order_by("username")
|
.order_by("username")
|
||||||
.select_related("domain")
|
.select_related("domain")
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue