Compare commits

..

5 Commits

Author SHA1 Message Date
fly_mc
5d6eb2b553 change migration
Some checks failed
Check SPDX-License-Identifier / check-spdx-license-id (push) Failing after 12s
Check copyright year / check_copyright_year (push) Failing after 12s
Dockle / dockle (push) Failing after 11s
Lint / lint (frontend-embed) (push) Has been skipped
Lint / lint (frontend-shared) (push) Has been skipped
Lint / lint (misskey-bubble-game) (push) Has been skipped
Lint / lint (misskey-js) (push) Has been skipped
Lint / lint (misskey-reversi) (push) Has been skipped
Lint / lint (sw) (push) Has been skipped
Lint / typecheck (backend) (push) Has been skipped
Test (federation) / test (20.16.0) (push) Failing after 16s
Lint / pnpm_install (push) Failing after 12s
Lint / lint (backend) (push) Has been skipped
Lint / lint (frontend) (push) Has been skipped
Lint / typecheck (misskey-js) (push) Has been skipped
Lint / typecheck (sw) (push) Has been skipped
Storybook / build (push) Has been skipped
Test (backend) / unit (20.16.0) (push) Failing after 13s
Test (backend) / e2e (20.16.0) (push) Failing after 12s
Test (frontend) / vitest (20.16.0) (push) Failing after 12s
Test (frontend) / e2e (chrome, 20.16.0) (push) Failing after 12s
Test (production install and build) / production (20.16.0) (push) Failing after 12s
Test (backend) / validate-api-json (20.16.0) (push) Failing after 13s
Publish Docker image (develop) / Build (linux/amd64) (push) Failing after 13m14s
Publish Docker image (develop) / merge (push) Has been cancelled
2024-11-13 00:01:13 +08:00
fly_mc
6665fd9a47 add cw index 2024-11-12 23:59:17 +08:00
fly_mc
a365942307 remove old patches 2024-11-12 23:59:17 +08:00
fly_mc
16a700453d use PGroonga 2024-11-12 23:59:17 +08:00
ea8a849590 Disable Nyaize 2024-10-27 11:39:18 +08:00
2 changed files with 1 additions and 6 deletions

View File

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

View File

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