mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-25 06:41:36 -07:00
Fix bug for Mastodon(?)
This commit is contained in:
parent
4cb040439f
commit
74ab5a34b5
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import parse from '../../../mfm/parse';
|
|||
|
||||
export default function(note: INote) {
|
||||
let html = toHtml(parse(note.text), note.mentionedRemoteUsers);
|
||||
if (html == null) html = '';
|
||||
if (html == null) html = '<p>.</p>';
|
||||
|
||||
return html;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue