don't propagate summary in Announce activities

This commit is contained in:
Mike Macgirvin 2024-03-21 20:32:58 +11:00
parent 479d0fdb9f
commit e6b1ce2a42

View file

@ -3238,6 +3238,7 @@ class Activity
}
if ($act->type === 'Announce') {
$content['summary'] = '';
$content['content'] = sprintf(t('📢 Repeated %1$s\'s %2$s'), $mention, $object_type) . EOL . EOL . $item['parent_mid'] . EOL;
}