Merge branch 'develop' into feature/channel_muting
# Conflicts: # CHANGELOG.md # packages/backend/src/core/CoreModule.ts
This commit is contained in:
commit
ebba83f0e6
43 changed files with 854 additions and 98 deletions
|
|
@ -157,7 +157,6 @@ describe('[シナリオ] ユーザ通報', () => {
|
|||
const webhookBody2 = await captureWebhook(async () => {
|
||||
await resolveAbuseReport({
|
||||
reportId: webhookBody1.body.id,
|
||||
forward: false,
|
||||
}, admin);
|
||||
});
|
||||
|
||||
|
|
@ -214,7 +213,6 @@ describe('[シナリオ] ユーザ通報', () => {
|
|||
const webhookBody2 = await captureWebhook(async () => {
|
||||
await resolveAbuseReport({
|
||||
reportId: abuseReportId,
|
||||
forward: false,
|
||||
}, admin);
|
||||
});
|
||||
|
||||
|
|
@ -257,7 +255,6 @@ describe('[シナリオ] ユーザ通報', () => {
|
|||
const webhookBody2 = await captureWebhook(async () => {
|
||||
await resolveAbuseReport({
|
||||
reportId: webhookBody1.body.id,
|
||||
forward: false,
|
||||
}, admin);
|
||||
}).catch(e => e.message);
|
||||
|
||||
|
|
@ -288,7 +285,6 @@ describe('[シナリオ] ユーザ通報', () => {
|
|||
const webhookBody2 = await captureWebhook(async () => {
|
||||
await resolveAbuseReport({
|
||||
reportId: abuseReportId,
|
||||
forward: false,
|
||||
}, admin);
|
||||
}).catch(e => e.message);
|
||||
|
||||
|
|
@ -319,7 +315,6 @@ describe('[シナリオ] ユーザ通報', () => {
|
|||
const webhookBody2 = await captureWebhook(async () => {
|
||||
await resolveAbuseReport({
|
||||
reportId: abuseReportId,
|
||||
forward: false,
|
||||
}, admin);
|
||||
}).catch(e => e.message);
|
||||
|
||||
|
|
@ -350,7 +345,6 @@ describe('[シナリオ] ユーザ通報', () => {
|
|||
const webhookBody2 = await captureWebhook(async () => {
|
||||
await resolveAbuseReport({
|
||||
reportId: abuseReportId,
|
||||
forward: false,
|
||||
}, admin);
|
||||
}).catch(e => e.message);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue