extend definition of direct message to anything with allow_cid but *not* allow_gid.
This commit is contained in:
parent
60c003733e
commit
96a99935ef
@ -760,7 +760,12 @@ class Item extends Controller {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(($str_contact_allow) && (! $str_group_allow)) {
|
||||||
|
// direct message - private between individual channels but not groups
|
||||||
|
$private = 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user