Merge branch 'disable_repeats' into 'dev'

disable repeats until issues are resolved

See merge request hubzilla/core!1512
This commit is contained in:
M. Dent 2019-02-14 14:05:24 +01:00
commit 8be15c1b5b

View File

@ -311,7 +311,8 @@ class ThreadItem {
// This actually turns out not to be possible in some protocol stacks without opening up hundreds of new issues.
// Will allow it only for uri resolvable sources.
if(strpos($item['mid'],'http') === 0) {
$share = array( t('Repeat This'), t('repeat'));
$share = []; //Not yet ready for primetime
//$share = array( t('Repeat This'), t('repeat'));
}
$embed = array( t('Share This'), t('share'));
}