Skip to content

Commit

Permalink
add note
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed Oct 15, 2024
1 parent 5005cc8 commit b5de525
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/backend/src/misc/is-renote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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']>
Expand Down

0 comments on commit b5de525

Please sign in to comment.