feat: 'server' webhook payload which hold misskey server url (#11752)

This commit is contained in:
anatawa12 2023-08-21 16:13:10 +09:00 committed by GitHub
parent b60ff1f1ce
commit 50ec129b87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -47,6 +47,7 @@ export class WebhookDeliverProcessorService {
'Content-Type': 'application/json',
},
body: JSON.stringify({
server: this.config.url,
hookId: job.data.webhookId,
userId: job.data.userId,
eventId: job.data.eventId,