e2ee
This commit is contained in:
@@ -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'),
|
||||
));
|
||||
|
||||
|
||||
|
||||
@@ -36,6 +36,7 @@ function get_features() {
|
||||
array('richtext', t('Richtext Editor'), t('Enable richtext editor')),
|
||||
array('preview', t('Post Preview'), t('Allow previewing posts and comments before publishing them')),
|
||||
array('channel_sources', t('Channel Sources'), t('Automatically import channel content from other channels or feeds')),
|
||||
array('content_encrypt', t('Encrypt Content'), t('Allow encryption of content end-to-end with a shared secret key')),
|
||||
),
|
||||
|
||||
// Network Tools
|
||||
|
||||
Reference in New Issue
Block a user