mirror of
https://github.com/flarum/core.git
synced 2025-08-12 19:34:18 +02:00
Update for display names
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
Hey {{ $user->username }}!
|
Hey {{ $user->display_name }}!
|
||||||
|
|
||||||
{{ $blueprint->post->user->username }} made a post in a discussion you're following: {{ $blueprint->post->discussion->title }}
|
{{ $blueprint->post->user->display_name }} made a post in a discussion you're following: {{ $blueprint->post->discussion->title }}
|
||||||
|
|
||||||
To view the new activity, check out the following link:
|
To view the new activity, check out the following link:
|
||||||
{{ app()->url() }}/d/{{ $blueprint->post->discussion_id }}/{{ $blueprint->post->number }}
|
{{ app()->url() }}/d/{{ $blueprint->post->discussion_id }}/{{ $blueprint->post->number }}
|
||||||
|
Reference in New Issue
Block a user