summaryrefslogtreecommitdiff
path: root/packages/backend/test/unit/NoteCreateService.ts
diff options
context:
space:
mode:
authorHazelnoot <acomputerdog@gmail.com>2025-05-25 12:17:11 -0400
committerHazelnoot <acomputerdog@gmail.com>2025-05-28 21:31:40 -0400
commit788e59f046f80cb16c0098052722738109eea772 (patch)
treeaf30305ebd5ffcb2e54cfea7807735761be427eb /packages/backend/test/unit/NoteCreateService.ts
parentclear federatedInstanceCache when meta host lists change (diff)
downloadsharkey-788e59f046f80cb16c0098052722738109eea772.tar.gz
sharkey-788e59f046f80cb16c0098052722738109eea772.tar.bz2
sharkey-788e59f046f80cb16c0098052722738109eea772.zip
fix type errors caused by new User, Note, and Instance fields
Diffstat (limited to 'packages/backend/test/unit/NoteCreateService.ts')
-rw-r--r--packages/backend/test/unit/NoteCreateService.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/backend/test/unit/NoteCreateService.ts b/packages/backend/test/unit/NoteCreateService.ts
index f4ecfef34d..63e3795a84 100644
--- a/packages/backend/test/unit/NoteCreateService.ts
+++ b/packages/backend/test/unit/NoteCreateService.ts
@@ -57,10 +57,13 @@ describe('NoteCreateService', () => {
channelId: null,
channel: null,
userHost: null,
+ userInstance: null,
replyUserId: null,
replyUserHost: null,
+ replyUserInstance: null,
renoteUserId: null,
renoteUserHost: null,
+ renoteUserInstance: null,
processErrors: [],
};