summaryrefslogtreecommitdiff
path: root/service/pixelated
diff options
context:
space:
mode:
authorFolker Bernitt <fbernitt@thoughtworks.com>2014-12-03 17:37:14 +0100
committerFolker Bernitt <fbernitt@thoughtworks.com>2014-12-03 17:37:14 +0100
commitf7472aed29c525bc630fe1ea05833f840bc42dc4 (patch)
tree37a61911e24996c3ff6e829c45cd46279667cead /service/pixelated
parentf4b0accddbfda5a21a68d46b1d95998266647a55 (diff)
Disabled encryption status again.
- See issues #59 and #165
Diffstat (limited to 'service/pixelated')
-rw-r--r--service/pixelated/controllers/features_controller.py2
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