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
1 changed files with 1 additions and 1 deletions

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