diff options
-rw-r--r-- | service/pixelated/controllers/features_controller.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/pixelated/controllers/features_controller.py b/service/pixelated/controllers/features_controller.py index 9720b7f2..b91aa183 100644 --- a/service/pixelated/controllers/features_controller.py +++ b/service/pixelated/controllers/features_controller.py @@ -19,7 +19,7 @@ import os class FeaturesController: - DISABLED_FEATURES = ['draftReply'] + DISABLED_FEATURES = ['draftReply', 'encryptionStatus'] def __init__(self): pass |