fix #1726
This commit is contained in:
parent
4e04e5e0c0
commit
f0fec654ff
2 changed files with 8 additions and 6 deletions
|
|
@ -6,7 +6,7 @@ import config from '../../../config';
|
|||
export default function(note: INote) {
|
||||
if (note.text == null) return null;
|
||||
|
||||
let html = toHtml(parse(note.text));
|
||||
let html = toHtml(parse(note.text), note.mentionedRemoteUsers);
|
||||
|
||||
if (note.poll != null) {
|
||||
const url = `${config.url}/notes/${note._id}`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue