This commit is contained in:
おさむのひと 2024-10-05 19:18:52 +09:00
parent ebba83f0e6
commit 986e7edc1d
1 changed files with 1 additions and 0 deletions

View File

@ -133,6 +133,7 @@ function generateDummyNote(override?: Partial<MiNote>): MiNote {
replyUserHost: null,
renoteUserId: null,
renoteUserHost: null,
renoteChannelId: null,
...override,
};
}