Simplify phrases for notifications
[GitHub/WoltLab/com.woltlab.wcf.conversation.git] / files / lib / system / user / notification / event / ConversationUserNotificationEvent.class.php
index 6568f363f279d0db9ca63b505d1fb5774860500b..b0d8f8628b1937bd922a748945c7ec07b5888302 100644 (file)
@@ -48,6 +48,10 @@ class ConversationUserNotificationEvent extends AbstractUserNotificationEvent im
             'message-id' => 'com.woltlab.wcf.conversation.notification/' . $this->getUserNotificationObject()->conversationID,
             'template' => 'email_notification_conversation',
             'application' => 'wcf',
+            'variables' => [
+                'author' => $this->author,
+                'conversation' => $this->userNotificationObject,
+            ],
         ];
     }