mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 03:59:17 +02:00
See #890: web UI and email notifications on new reports
This commit is contained in:
parent
368b70d3a9
commit
c9a9615be8
15 changed files with 292 additions and 4 deletions
|
@ -204,6 +204,10 @@ class Actor(models.Model):
|
|||
|
||||
class Meta:
|
||||
unique_together = ["domain", "preferred_username"]
|
||||
verbose_name = "Account"
|
||||
|
||||
def get_moderation_url(self):
|
||||
return "/manage/moderation/accounts/{}".format(self.full_username)
|
||||
|
||||
@property
|
||||
def webfinger_subject(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue