Fix unrelated broken actor filtering

environments/review-docs-rate-jr6phc/deployments/2479
Eliot Berriot 2019-08-27 13:44:26 +02:00
rodzic f20b27622f
commit 00efe7e854
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: DD6965E2476E5C27
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -26,7 +26,7 @@ class ActorField(forms.CharField):
def get_actor_filter(actor_field):
def handler(v):
federation_utils.get_actor_from_username_data_query(actor_field, v)
return federation_utils.get_actor_from_username_data_query(actor_field, v)
return {"field": ActorField(), "handler": handler}