aboutsummaryrefslogtreecommitdiffstats
path: root/include/conversation.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-11-10 23:19:44 -0800
committerfriendica <info@friendica.com>2013-11-10 23:19:44 -0800
commitca4103debef7ecf36d93842750667e70c2a1e42a (patch)
treebbc416e54992236f36c98f6b04d56d899f68829e /include/conversation.php
parentc39200429046cdde16edbcb6e28c5cf3c7434d4a (diff)
downloadvolse-hubzilla-ca4103debef7ecf36d93842750667e70c2a1e42a.tar.gz
volse-hubzilla-ca4103debef7ecf36d93842750667e70c2a1e42a.tar.bz2
volse-hubzilla-ca4103debef7ecf36d93842750667e70c2a1e42a.zip
e2ee
Diffstat (limited to 'include/conversation.php')
-rw-r--r--include/conversation.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/conversation.php b/include/conversation.php
index fc0ae98e6..88156ae63 100644
--- a/include/conversation.php
+++ b/include/conversation.php
@@ -1134,6 +1134,8 @@ function status_editor($a,$x,$popup=false) {
'$defexpire' => '',
'$feature_expire' => ((feature_enabled($x['profile_uid'],'content_expire') && (! $webpage)) ? 'block' : 'none'),
'$expires' => t('Set expiration date'),
+ '$feature_encrypt' => ((feature_enabled($x['profile_uid'],'content_encrypt') && (! $webpage)) ? 'block' : 'none'),
+ '$encrypt' => t('Encrypt text'),
));