예제 #1
0
파일: api.php 프로젝트: msooon/hubzilla
function api_direct_messages_conversation(&$a, $type)
{
    return api_direct_messages_box($a, $type, "conversation");
}
예제 #2
0
파일: api.php 프로젝트: nphyx/friendica
function api_direct_messages_inbox(&$a, $type)
{
    return api_direct_messages_box($a, $type, "inbox");
}