summaryrefslogtreecommitdiff
path: root/service/pixelated/resources/features_resource.py
diff options
context:
space:
mode:
authorDuda Dornelles <ddornell@thoughtworks.com>2015-02-12 17:32:40 -0200
committerDuda Dornelles <ddornell@thoughtworks.com>2015-02-13 12:47:12 -0200
commit2e88b9d9d68bae91cfde466edfc027f19f7c74b8 (patch)
treef60c873b59a86b2684683139c6ccbd88e980bfb4 /service/pixelated/resources/features_resource.py
parent20d3971db4611c9229262b26d973a9df1a71f9f6 (diff)
Monkey patching fetch decrypt to add encryption info
Diffstat (limited to 'service/pixelated/resources/features_resource.py')
-rw-r--r--service/pixelated/resources/features_resource.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/pixelated/resources/features_resource.py b/service/pixelated/resources/features_resource.py
index 1784e463..6a1a49ca 100644
--- a/service/pixelated/resources/features_resource.py
+++ b/service/pixelated/resources/features_resource.py
@@ -20,7 +20,7 @@ from twisted.web.resource import Resource
class FeaturesResource(Resource):
- DISABLED_FEATURES = ['draftReply', 'encryptionStatus']
+ DISABLED_FEATURES = ['draftReply']
isLeaf = True