mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
@@ -177,9 +177,7 @@ function localize_item(&$item){
|
||||
case ACTIVITY_OBJ_NOTE:
|
||||
case 'Note':
|
||||
default:
|
||||
$post_type = t('post');
|
||||
if(((isset($obj['parent']) && isset($obj['id']) && $obj['id'] != $obj['parent'])) || isset($obj['inReplyTo']))
|
||||
$post_type = t('comment');
|
||||
$post_type = t('message');
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user