1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-31 20:11:54 +02:00

[ticket/14754] Use dedicated table to stop receiving notifications

PHPBB3-14754
This commit is contained in:
Jakub Senko
2018-10-18 09:35:16 +02:00
committed by Marc Alexander
parent a3e0117ff0
commit f3664b07d2
6 changed files with 121 additions and 73 deletions

View File

@@ -209,11 +209,7 @@ services:
- '@dbal.conn'
- '%core.root_path%'
- '%core.php_ext%'
- '%tables.topics_watch%'
- '%tables.topics_track%'
- '%tables.posts%'
- '%tables.forums_watch%'
- '%tables.forums_track%'
- '%tables.email_notifications%'
tags:
- { name: notification.method }