mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/14754] Use dedicated table to stop receiving notifications
PHPBB3-14754
This commit is contained in:
committed by
Marc Alexander
parent
a3e0117ff0
commit
f3664b07d2
@@ -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 }
|
||||
|
||||
|
@@ -20,6 +20,7 @@ parameters:
|
||||
tables.confirm: '%core.table_prefix%confirm'
|
||||
tables.disallow: '%core.table_prefix%disallow'
|
||||
tables.drafts: '%core.table_prefix%drafts'
|
||||
tables.email_notifications: '%core.table_prefix%email_notifications'
|
||||
tables.ext: '%core.table_prefix%ext'
|
||||
tables.extensions: '%core.table_prefix%extensions'
|
||||
tables.extension_groups: '%core.table_prefix%extension_groups'
|
||||
|
Reference in New Issue
Block a user