Fixed channels not displaying on user profile
This commit is contained in:
parent
031c1119bc
commit
308e38b4db
2 changed files with 16 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ class ActorScopeFilter(filters.CharFilter):
|
|||
username, domain = full_username.split("@")
|
||||
try:
|
||||
actor = federation_models.Actor.objects.get(
|
||||
preferred_username=username, domain_id=domain,
|
||||
preferred_username__iexact=username, domain_id=domain,
|
||||
)
|
||||
except federation_models.Actor.DoesNotExist:
|
||||
raise EmptyQuerySet()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue