From f7472aed29c525bc630fe1ea05833f840bc42dc4 Mon Sep 17 00:00:00 2001 From: Folker Bernitt Date: Wed, 3 Dec 2014 17:37:14 +0100 Subject: Disabled encryption status again. - See issues #59 and #165 --- service/pixelated/controllers/features_controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3