Skip to content

Commit

Permalink
Add notifier to update thread notification fixes #224 (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglasdc3 authored and JeffreyWay committed Mar 21, 2018
1 parent c5fd87e commit 163c6de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Notifications/ThreadWasUpdated.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public function toArray()
{
return [
'message' => $this->reply->owner->name.' replied to '.$this->thread->title,
'notifier' => $this->reply->owner,
'link' => $this->reply->path()
];
}
Expand Down

0 comments on commit 163c6de

Please sign in to comment.