1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 12:14:06 +02:00

Merge pull request #6018 from rxu/ticket/16544

[ticket/16544] Use forum_notify.txt for forum subscription email notifications
This commit is contained in:
Marc Alexander
2020-09-10 12:43:40 +02:00
16 changed files with 710 additions and 22 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: