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

(cherry picked from commit 96a99935ef)
This commit is contained in:
zotlabs 2019-06-28 01:37:36 +00:00 committed by Mario
parent 145295302d
commit ddde4e1965

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