♻️(features) rename "TEAMS" flag

To match recent changes we rename the "TEAMS" feature flag
to "TEAMS_DISPLAY".
This commit is contained in:
Quentin BEY
2024-11-14 14:20:10 +01:00
committed by BEY Quentin
parent 59f3499799
commit 90a3e26c7f
12 changed files with 38 additions and 18 deletions

View File

@@ -465,7 +465,7 @@ class Base(Configuration):
"CONTACTS_CREATE", # Used in the users/me/ endpoint
"CONTACTS_DISPLAY", # Used in the users/me/ endpoint
"MAILBOXES_CREATE", # Used in the users/me/ endpoint
"TEAMS",
"TEAMS_DISPLAY",
"TEAMS_CREATE", # Used in the users/me/ endpoint
}