1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/14754] Only one email notification per topic

PHPBB3-14754
This commit is contained in:
Jakub Senko
2018-09-04 14:23:55 +02:00
committed by Marc Alexander
parent b732b4d8c8
commit a3e0117ff0
6 changed files with 101 additions and 2 deletions

View File

@@ -206,8 +206,14 @@ services:
- '@user_loader'
- '@user'
- '@config'
- '@dbal.conn'
- '%core.root_path%'
- '%core.php_ext%'
- '%tables.topics_watch%'
- '%tables.topics_track%'
- '%tables.posts%'
- '%tables.forums_watch%'
- '%tables.forums_track%'
tags:
- { name: notification.method }