feature: ユーザ作成時にSystemWebhookを発信できるようにする (#14321)
* feature: ユーザ作成時にSystemWebhookを発信できるようにする * fix CHANGELOG.md
This commit is contained in:
		
							parent
							
								
									0f0660d49e
								
							
						
					
					
						commit
						72bc789746
					
				
					 12 changed files with 237 additions and 62 deletions
				
			
		
							
								
								
									
										4
									
								
								locales/index.d.ts
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								locales/index.d.ts
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -9392,6 +9392,10 @@ export interface Locale extends ILocale {
 | 
			
		|||
             * ユーザーからの通報を処理したとき
 | 
			
		||||
             */
 | 
			
		||||
            "abuseReportResolved": string;
 | 
			
		||||
            /**
 | 
			
		||||
             * ユーザーが作成されたとき
 | 
			
		||||
             */
 | 
			
		||||
            "userCreated": string;
 | 
			
		||||
        };
 | 
			
		||||
        /**
 | 
			
		||||
         * Webhookを削除しますか?
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -2491,6 +2491,7 @@ _webhookSettings:
 | 
			
		|||
  _systemEvents:
 | 
			
		||||
    abuseReport: "ユーザーから通報があったとき"
 | 
			
		||||
    abuseReportResolved: "ユーザーからの通報を処理したとき"
 | 
			
		||||
    userCreated: "ユーザーが作成されたとき"
 | 
			
		||||
  deleteConfirm: "Webhookを削除しますか?"
 | 
			
		||||
 | 
			
		||||
_abuseReport:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue