feature: ユーザ作成時にSystemWebhookを発信できるようにする (#14321)

* feature: ユーザ作成時にSystemWebhookを発信できるようにする

* fix CHANGELOG.md
This commit is contained in:
おさむのひと 2024-07-29 21:31:32 +09:00 committed by GitHub
parent 0f0660d49e
commit 72bc789746
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 237 additions and 62 deletions

4
locales/index.d.ts vendored
View file

@ -9392,6 +9392,10 @@ export interface Locale extends ILocale {
*
*/
"abuseReportResolved": string;
/**
*
*/
"userCreated": string;
};
/**
* Webhookを削除しますか

View file

@ -2491,6 +2491,7 @@ _webhookSettings:
_systemEvents:
abuseReport: "ユーザーから通報があったとき"
abuseReportResolved: "ユーザーからの通報を処理したとき"
userCreated: "ユーザーが作成されたとき"
deleteConfirm: "Webhookを削除しますか"
_abuseReport: