diff options
author | Folker Bernitt <fbernitt@thoughtworks.com> | 2014-12-03 17:37:14 +0100 |
---|---|---|
committer | Folker Bernitt <fbernitt@thoughtworks.com> | 2014-12-03 17:37:14 +0100 |
commit | f7472aed29c525bc630fe1ea05833f840bc42dc4 (patch) | |
tree | 37a61911e24996c3ff6e829c45cd46279667cead /service | |
parent | f4b0accddbfda5a21a68d46b1d95998266647a55 (diff) |
Disabled encryption status again.
- See issues #59 and #165
Diffstat (limited to 'service')
-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 |