Compare commits

..

No commits in common. "5d6eb2b553b866b535f0188927c6aa67cc5ef498" and "7bb40d290aa4b40d300d02c1269f8a966819815b" have entirely different histories.

2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: syuilo and misskey-project
* SPDX-License-Identifier: AGPL-3.0-only
*/
export class Pgroonga1727542814599 {
name = 'Pgroonga1727542814599'

View File

@ -61,7 +61,7 @@ export default function (props: MfmProps, { emit }: { emit: SetupContext<MfmEven
//provide('linkNavigationBehavior', props.linkNavigationBehavior);
const isNote = props.isNote ?? true;
const shouldNyaize = false;
const shouldNyaize = props.nyaize ? props.nyaize === 'respect' ? props.author?.isCat : false : false;
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
if (props.text == null || props.text === '') return;