extend direct message definition to anything with allow_cid but *not* allow_gid

This commit is contained in:
zotlabs 2019-06-27 18:39:08 -07:00
parent 0ced43b90d
commit db2d67de7e

View file

@ -878,7 +878,12 @@ class Item extends Controller {
}
}
}
if(($str_contact_allow) && (! $str_group_allow)) {
// direct message - private between individual channels but not groups
$private = 2;
}
/**
*