mirror of https://github.com/zulip/zulip.git
Add social and test to default subs added after DB dumps.
(imported from commit 828c733c9f5d1bdd5fc0aa2e162b800f8db7b22f)
This commit is contained in:
parent
beb5dc4a70
commit
2de4d1d448
|
@ -182,7 +182,7 @@ class Command(BaseCommand):
|
||||||
|
|
||||||
internal_humbug_users = []
|
internal_humbug_users = []
|
||||||
create_users(internal_humbug_users)
|
create_users(internal_humbug_users)
|
||||||
humbug_stream_list = ["devel", "all", "humbug", "design", "support"]
|
humbug_stream_list = ["devel", "all", "humbug", "design", "support", "social", "test"]
|
||||||
create_streams(humbug_stream_list, humbug_realm)
|
create_streams(humbug_stream_list, humbug_realm)
|
||||||
|
|
||||||
# Now subscribe everyone to these streams
|
# Now subscribe everyone to these streams
|
||||||
|
|
Loading…
Reference in New Issue