mirror of
https://github.com/flarum/core.git
synced 2025-08-07 08:56:38 +02:00
Use new discussion URL format
This commit is contained in:
@@ -3,7 +3,7 @@ Hey {{ $user->username }}!
|
||||
{{ $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/{{ $blueprint->post->discussion_id }}/-/{{ $blueprint->post->number }}
|
||||
{{ \Flarum\Core::config('base_url') }}/d/{{ $blueprint->post->discussion_id }}/{{ $blueprint->post->number }}
|
||||
|
||||
---
|
||||
|
||||
|
Reference in New Issue
Block a user