simplify logic, generate strings file

This commit is contained in:
nobody 2021-11-10 17:33:46 -08:00
parent cad308c716
commit 5e3b466b9b
2 changed files with 947 additions and 943 deletions

View file

@ -2543,7 +2543,7 @@ function send_status_notifications($post_id,$item) {
if (intval($item['item_private']) === 2) {
$notify_type = NOTIFY_MAIL;
}
elseif (item['verb'] === 'Announce' || strpos($item['body'],'[/share]') !== false) {
elseif (item['verb'] === 'Announce') {
$notify_type = NOTIFY_RESHARE;
}
else {

File diff suppressed because it is too large Load diff