kopia lustrzana https://github.com/pixelfed/pixelfed
				
				
				
			Update mailers
							rodzic
							
								
									4fedfbe8fd
								
							
						
					
					
						commit
						7d14e07901
					
				|  | @ -35,7 +35,7 @@ class AdminNewAutospam extends Mailable | |||
|     public function envelope() | ||||
|     { | ||||
|         return new Envelope( | ||||
|             subject: '[' . config('pixelfed.domain.app') . '] Spam Post Detected', | ||||
|             subject: '[' . config('pixelfed.domain.app') . '] Spam Post Detected (Ref: autospam-' . $this->report->id . ')', | ||||
|         ); | ||||
|     } | ||||
| 
 | ||||
|  |  | |||
|  | @ -38,7 +38,7 @@ class AdminNewReport extends Mailable | |||
|     	$id = $this->report->id; | ||||
|     	$object_type = last(explode("\\", $this->report->object_type)); | ||||
|         return new Envelope( | ||||
|             subject: '[' . config('pixelfed.domain.app') . '] ' . $object_type . ' Report (#' . $id . '-' . $type . ')', | ||||
|             subject: '[' . config('pixelfed.domain.app') . '] ' . $object_type . ' Report (Ref: report-' . $id . '-' . $type . ')', | ||||
|         ); | ||||
|     } | ||||
| 
 | ||||
|  |  | |||
		Ładowanie…
	
		Reference in New Issue
	
	 Daniel Supernault
						Daniel Supernault