2015-06-26 12:24:07 +09:30
|
|
|
Hey {{ $user->username }}!
|
|
|
|
|
2015-07-23 16:40:54 +09:30
|
|
|
{{ $blueprint->post->user->username }} made a post in a discussion you're following: {{ $blueprint->post->discussion->title }}
|
2015-06-26 12:24:07 +09:30
|
|
|
|
|
|
|
To view the new activity, check out the following link:
|
2015-08-27 00:49:34 +02:00
|
|
|
{{ \Flarum\Core::url() }}/d/{{ $blueprint->post->discussion_id }}/{{ $blueprint->post->number }}
|
2015-06-26 12:24:07 +09:30
|
|
|
|
|
|
|
---
|
|
|
|
|
2015-07-23 16:40:54 +09:30
|
|
|
{{ strip_tags($blueprint->post->contentHtml) }}
|
2015-06-26 12:24:07 +09:30
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
You won't receive any more notifications about this discussion until you're up-to-date.
|