mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 03:59:39 +08:00
Fix error when another user has replied to a post
This commit is contained in:
parent
349a0fc215
commit
0b95fc7f81
@ -5,6 +5,7 @@ import DiscussionPage from 'flarum/components/discussion-page';
|
||||
import PostComment from 'flarum/components/post-comment';
|
||||
import PostPreview from 'flarum/components/post-preview';
|
||||
import punctuate from 'flarum/helpers/punctuate';
|
||||
import username from 'flarum/helpers/username';
|
||||
|
||||
export default function mentionedByList() {
|
||||
Post.prototype.mentionedBy = Model.many('mentionedBy');
|
||||
|
Loading…
x
Reference in New Issue
Block a user