1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/16544] Use forum_notify.txt for forum subscription email notifications

PHPBB3-16544
This commit is contained in:
rxu
2020-07-01 13:26:35 +07:00
parent 0d3dd61ad4
commit aa76f6b9f2
7 changed files with 161 additions and 13 deletions

View File

@@ -176,6 +176,16 @@ services:
tags:
- { name: notification.type }
notification.type.forum:
class: phpbb\notification\type\forum
shared: false
parent: notification.type.post
calls:
- [set_user_loader, ['@user_loader']]
- [set_config, ['@config']]
tags:
- { name: notification.type }
# ----- Notification's methods -----
# Service MUST NOT be shared for all the plugins to work.
notification.method_collection: