diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-03-29 17:00:01 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-03-29 17:00:01 +0900 |
| commit | 7fd3adedee86a6beafc864ef74869c069d639efc (patch) | |
| tree | 348905789cc41b76912e0b7de8814effc5886694 /packages/backend/src/core/WebhookTestService.ts | |
| parent | refactor (diff) | |
| download | sharkey-7fd3adedee86a6beafc864ef74869c069d639efc.tar.gz sharkey-7fd3adedee86a6beafc864ef74869c069d639efc.tar.bz2 sharkey-7fd3adedee86a6beafc864ef74869c069d639efc.zip | |
fix tests
Diffstat (limited to 'packages/backend/src/core/WebhookTestService.ts')
| -rw-r--r-- | packages/backend/src/core/WebhookTestService.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/backend/src/core/WebhookTestService.ts b/packages/backend/src/core/WebhookTestService.ts index a6198f7686..222153fd2a 100644 --- a/packages/backend/src/core/WebhookTestService.ts +++ b/packages/backend/src/core/WebhookTestService.ts @@ -463,6 +463,7 @@ export class WebhookTestService { followersVisibility: 'public', followingVisibility: 'public', chatScope: 'mutual', + canChat: true, twoFactorEnabled: false, usePasswordLessLogin: false, securityKeys: false, |