mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 02:29:17 +02:00
Library follows and user notifications
This commit is contained in:
parent
a879993280
commit
ecd395d6b0
41 changed files with 1191 additions and 347 deletions
|
@ -206,7 +206,7 @@ class User(AbstractUser):
|
|||
}
|
||||
|
||||
def get_channels_groups(self):
|
||||
groups = ["imports"]
|
||||
groups = ["imports", "inbox"]
|
||||
|
||||
return ["user.{}.{}".format(self.pk, g) for g in groups]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue