Update NoteDraft.ts

This commit is contained in:
syuilo 2025-09-24 09:13:54 +09:00
parent ccb78b3bfc
commit 9dba657ffa
1 changed files with 2 additions and 2 deletions

View File

@ -126,7 +126,7 @@ export class MiNoteDraft {
@JoinColumn()
public channel: MiChannel | null;
// 以下、Pollについて追加
//#region 以下、Pollについて追加
@Column('boolean', {
default: false,
@ -151,7 +151,7 @@ export class MiNoteDraft {
})
public pollExpiredAfter: number | null;
// ここまで追加
//#endregion
// 予約投稿
@Column('timestamp with time zone', {