mirror of
https://github.com/flarum/core.git
synced 2025-07-31 05:30:38 +02:00
Fix error in post mention emails
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Hey {{ $user->username }}!
|
||||
|
||||
{{ $blueprint->sender->username }} replied to your post (#{{ $blueprint->post->number }}) in {{ $blueprint->post->discussion->title }}.
|
||||
{{ $blueprint->reply->user->username }} replied to your post (#{{ $blueprint->post->number }}) in {{ $blueprint->post->discussion->title }}.
|
||||
|
||||
{{ \Flarum\Core::config('base_url') }}/d/{{ $blueprint->reply->discussion_id }}/-/{{ $blueprint->reply->number }}
|
||||
|
||||
|
Reference in New Issue
Block a user