mirror of
https://github.com/flarum/core.git
synced 2025-08-29 11:00:12 +02:00
Update for new API
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
Hey {{ $user->username }}!
|
||||
|
||||
{{ $notification->post->user->username }} made a post in a discussion you're following: {{ $notification->post->discussion->title }}
|
||||
{{ $blueprint->post->user->username }} made a post in a discussion you're following: {{ $blueprint->post->discussion->title }}
|
||||
|
||||
To view the new activity, check out the following link:
|
||||
{{ \Flarum\Core::config('base_url') }}/d/{{ $notification->post->discussion_id }}/-/{{ $notification->post->number }}
|
||||
{{ \Flarum\Core::config('base_url') }}/d/{{ $blueprint->post->discussion_id }}/-/{{ $blueprint->post->number }}
|
||||
|
||||
---
|
||||
|
||||
{{ strip_tags($notification->post->contentHtml) }}
|
||||
{{ strip_tags($blueprint->post->contentHtml) }}
|
||||
|
||||
---
|
||||
|
||||
|
Reference in New Issue
Block a user