Export the actual followers!

Fixes #508
This commit is contained in:
Andrew Godwin 2023-02-14 09:33:30 -07:00
parent 91738748ec
commit 2cb125845b

View file

@ -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