summaryrefslogtreecommitdiff
path: root/packages/backend/test/unit/misc/is-renote.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/backend/test/unit/misc/is-renote.ts')
-rw-r--r--packages/backend/test/unit/misc/is-renote.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/backend/test/unit/misc/is-renote.ts b/packages/backend/test/unit/misc/is-renote.ts
index 24cd2236bb..b6cfa53466 100644
--- a/packages/backend/test/unit/misc/is-renote.ts
+++ b/packages/backend/test/unit/misc/is-renote.ts
@@ -40,10 +40,13 @@ const base: MiNote = {
channelId: null,
channel: null,
userHost: null,
+ userInstance: null,
replyUserId: null,
replyUserHost: null,
+ replyUserInstance: null,
renoteUserId: null,
renoteUserHost: null,
+ renoteUserInstance: null,
processErrors: [],
};