namespace wcf\system\user\notification\event;
-use wcf\system\cache\runtime\CommentRuntimeCache;
use wcf\system\cache\runtime\ViewableArticleContentRuntimeCache;
use wcf\system\email\Email;
-use wcf\system\user\notification\object\CommentResponseUserNotificationObject;
/**
* User notification event for article comment responses.
use TTestableCommentResponseUserNotificationEvent;
use TTestableArticleCommentUserNotificationEvent;
+ /**
+ * @inheritDoc
+ */
+ protected function prepare()
+ {
+ parent::prepare();
+
+ ViewableArticleContentRuntimeCache::getInstance()->cacheObjectID($this->additionalData['objectID']);
+ }
+
/**
* @inheritDoc
*/