mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-29 04:22:24 -05:00 
			
		
		
		
	[chore] Fix report email link (#2932)
This commit is contained in:
		
					parent
					
						
							
								d96cca60a1
							
						
					
				
			
			
				commit
				
					
						5bee30d60c
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -216,7 +216,7 @@ func (s *Surface) emailAdminReportOpened(ctx context.Context, report *gtsmodel.R | |||
| 	reportData := email.NewReportData{ | ||||
| 		InstanceURL:        instance.URI, | ||||
| 		InstanceName:       instance.Title, | ||||
| 		ReportURL:          instance.URI + "/settings/admin/reports/" + report.ID, | ||||
| 		ReportURL:          instance.URI + "/settings/moderation/reports/" + report.ID, | ||||
| 		ReportDomain:       report.Account.Domain, | ||||
| 		ReportTargetDomain: report.TargetAccount.Domain, | ||||
| 	} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue