Library follows and user notifications

This commit is contained in:
Eliot Berriot 2018-09-13 15:18:23 +00:00
parent a879993280
commit ecd395d6b0
41 changed files with 1191 additions and 347 deletions

View file

@ -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]