Merge branch 'develop' into enh-i-update-0

This commit is contained in:
かっこかり 2024-11-08 19:19:22 +09:00 committed by GitHub
commit 86bcec7bf9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
588 changed files with 14297 additions and 4856 deletions

View file

@ -6,6 +6,8 @@
import type { MiNote } from '@/models/Note.js';
import type { Packed } from '@/misc/json-schema.js';
// NoteEntityService.isPureRenote とよしなにリンク
type Renote =
MiNote & {
renoteId: NonNullable<MiNote['renoteId']>