Reapply "streamline wording"

This reverts commit ee3fc54be6.
This commit is contained in:
Mario
2025-05-03 15:55:13 +00:00
parent ee3fc54be6
commit 95a2de4da2
7 changed files with 29 additions and 36 deletions

View File

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