Trigger comment notification on update only

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2018-12-05 14:01:03 +01:00
parent e1080ffd98
commit 57643447d6

View File

@@ -63,9 +63,7 @@ class CommentEventHandler implements ICommentsEventHandler {
}
$applicableEvents = [
CommentsEvent::EVENT_PRE_UPDATE,
CommentsEvent::EVENT_UPDATE,
CommentsEvent::EVENT_DELETE,
CommentsEvent::EVENT_UPDATE
];
if(in_array($eventType, $applicableEvents)) {
$this->notificationHandler($event);