Merge "Mark night mode as a valid beta feature"

This commit is contained in:
jenkins-bot 2024-05-14 22:15:26 +00:00 committed by Gerrit Code Review
commit e27ef588fb

View file

@ -308,6 +308,7 @@ final class Constants {
*/
public const VECTOR_BETA_FEATURES = [
self::CONFIG_KEY_APPEARANCE,
self::CONFIG_KEY_NIGHT_MODE,
];
/**