mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 17:45:18 +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
|
@ -170,7 +170,10 @@ def test_creating_actor_from_user(factories, settings):
|
|||
def test_get_channels_groups(factories):
|
||||
user = factories["users.User"]()
|
||||
|
||||
assert user.get_channels_groups() == ["user.{}.imports".format(user.pk)]
|
||||
assert user.get_channels_groups() == [
|
||||
"user.{}.imports".format(user.pk),
|
||||
"user.{}.inbox".format(user.pk),
|
||||
]
|
||||
|
||||
|
||||
def test_user_quota_default_to_preference(factories, preferences):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue