From 9ba49e2573b6930f0b0f1aed525a7d9043c39e27 Mon Sep 17 00:00:00 2001 From: Marnanel Thurman Date: Wed, 16 Oct 2019 19:58:48 +0100 Subject: [PATCH] remove the User.acct property. It's already done in AcActor --- chapeau/trilby_api/models.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/chapeau/trilby_api/models.py b/chapeau/trilby_api/models.py index 8905398..6c8b7e4 100644 --- a/chapeau/trilby_api/models.py +++ b/chapeau/trilby_api/models.py @@ -15,7 +15,4 @@ class TrilbyUser(AbstractUser): default=None, ) - @property - def acct(self): - return self.actor.url