mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-03 22:19:16 +02:00
Fix #1038: Federated reports
This commit is contained in:
parent
40720328d7
commit
d9afed5067
34 changed files with 985 additions and 76 deletions
|
@ -64,6 +64,10 @@ class Channel(models.Model):
|
|||
)
|
||||
)
|
||||
|
||||
@property
|
||||
def fid(self):
|
||||
return self.actor.fid
|
||||
|
||||
|
||||
def generate_actor(username, **kwargs):
|
||||
actor_data = user_models.get_actor_data(username, **kwargs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue