mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/13713] Introduce notifications for mentions
PHPBB3-13713
This commit is contained in:
@@ -95,6 +95,15 @@ services:
|
||||
tags:
|
||||
- { name: notification.type }
|
||||
|
||||
notification.type.mention:
|
||||
class: phpbb\notification\type\mention
|
||||
shared: false
|
||||
parent: notification.type.post
|
||||
calls:
|
||||
- [set_helper, ['@text_formatter.s9e.mention_helper']]
|
||||
tags:
|
||||
- { name: notification.type }
|
||||
|
||||
notification.type.pm:
|
||||
class: phpbb\notification\type\pm
|
||||
shared: false
|
||||
|
Reference in New Issue
Block a user