Export the actual followers!

Fixes #508
pull/512/head
Andrew Godwin 2023-02-14 09:33:30 -07:00
rodzic 91738748ec
commit 2cb125845b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -151,4 +151,4 @@ class CsvFollowers(CsvView):
return self.request.identity.inbound_follows.active()
def get_handle(self, follow: Follow):
return follow.target.handle
return follow.source.handle