1
0
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:
Toby Zerner
2015-07-23 16:40:54 +09:30
parent 5ea3579f76
commit 3729a91be3
34 changed files with 712 additions and 406 deletions

View File

@@ -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) }}
---