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

This commit is contained in:
zotlabs 2019-06-27 18:37:36 -07:00
parent 60c003733e
commit 96a99935ef

View File

@ -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;
}
/**
*