Merge branch 'master' of https://github.com/redmatrix/redmatrix
Conflicts: include/diaspora.php
This commit is contained in:
@@ -1256,7 +1256,8 @@ function public_recips($msg) {
|
||||
$include_sys = false;
|
||||
|
||||
if($msg['message']['type'] === 'activity') {
|
||||
$include_sys = true;
|
||||
if(! get_config('system','disable_discover_tab'))
|
||||
$include_sys = true;
|
||||
$col = 'channel_w_stream';
|
||||
$field = PERMS_W_STREAM;
|
||||
if(array_key_exists('flags',$msg['message']) && in_array('thread_parent', $msg['message']['flags'])) {
|
||||
|
||||
Reference in New Issue
Block a user