'post_commented', 'post_id' => $this->post->id, 'comment_id' => $this->comment->id, 'commenter_id' => $this->commenter->id, 'commenter_name' => $this->commenter->name, 'commenter_username' => $this->commenter->username, 'message' => "{$this->commenter->name} commented on your post", 'url' => "/@{$this->post->user->username}?tab=posts", ]; } }