mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +00:00
migrations: Fix typo in migration 0669.
This commit is contained in:
@@ -13,7 +13,7 @@ def set_default_value_for_can_mention_many_users_group(
|
|||||||
wildcard_mention_policy_to_group_name = {
|
wildcard_mention_policy_to_group_name = {
|
||||||
1: "role:everyone",
|
1: "role:everyone",
|
||||||
2: "role:members",
|
2: "role:members",
|
||||||
3: "role:full_members",
|
3: "role:fullmembers",
|
||||||
5: "role:administrators",
|
5: "role:administrators",
|
||||||
6: "role:nobody",
|
6: "role:nobody",
|
||||||
7: "role:moderators",
|
7: "role:moderators",
|
||||||
|
|||||||
Reference in New Issue
Block a user