mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/11405] Send post notifications to forum subscribers
Like in 3.0 we should also send notifications about new posts to users that subscribed to the forum. (Subscriptions are verbose) PHPBB3-11405
This commit is contained in:
@@ -53,14 +53,7 @@ class phpbb_notification_submit_post_notifications_test extends phpbb_database_t
|
||||
$this->greaterThan(0))
|
||||
->will($this->returnValueMap(array(
|
||||
array(
|
||||
array(
|
||||
0 => '3',
|
||||
1 => '4',
|
||||
2 => '5',
|
||||
3 => '6',
|
||||
5 => '7',
|
||||
6 => '8',
|
||||
),
|
||||
array('3', '4', '5', '6', '7', '8',),
|
||||
'f_read',
|
||||
1,
|
||||
array(
|
||||
@@ -69,21 +62,6 @@ class phpbb_notification_submit_post_notifications_test extends phpbb_database_t
|
||||
),
|
||||
),
|
||||
),
|
||||
array(
|
||||
array(
|
||||
0 => '3',
|
||||
1 => '4',
|
||||
2 => '5',
|
||||
3 => '6',
|
||||
),
|
||||
'f_read',
|
||||
1,
|
||||
array(
|
||||
1 => array(
|
||||
'f_read' => array(3, 5, 6,),
|
||||
),
|
||||
),
|
||||
),
|
||||
)));
|
||||
|
||||
// Config
|
||||
|
Reference in New Issue
Block a user