Update MkMisskeyFlavoredMarkdown.ts

This commit is contained in:
かっこかり 2023-10-27 14:43:11 +09:00 committed by GitHub
parent cf6473e1ce
commit 0db3308944
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -37,7 +37,9 @@ export default function(props: {
isNote?: boolean;
emojiUrls?: string[];
rootScale?: number;
enableNyaize?: boolean | 'account';
disableNyaize: boolean | 'account';
} = {
disableNyaize: false,
}) {
const isNote = props.isNote !== undefined ? props.isNote : true;