mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge pull request #3984 from prototech/ticket/12616
[ticket/12616] Remove report notifications when post is deleted/disapproved.
This commit is contained in:
commit
bc6a4c4583
1 changed files with 1 additions and 0 deletions
|
@ -829,6 +829,7 @@ function delete_posts($where_type, $where_ids, $auto_sync = true, $posted_sync =
|
||||||
'notification.type.quote',
|
'notification.type.quote',
|
||||||
'notification.type.approve_post',
|
'notification.type.approve_post',
|
||||||
'notification.type.post_in_queue',
|
'notification.type.post_in_queue',
|
||||||
|
'notification.type.report_post',
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue