extend definition of direct message to anything with allow_cid but *not* allow_gid.
(cherry picked from commit 96a99935ef
)
This commit is contained in:
parent
145295302d
commit
ddde4e1965
@ -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