mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-29 04:22:24 -05:00 
			
		
		
		
	[bugfix] Use background ctx for domain block side effects (#457)
This commit is contained in:
		
					parent
					
						
							
								26683b3d49
							
						
					
				
			
			
				commit
				
					
						af97d6bb7e
					
				
			
		
					 1 changed files with 1 additions and 2 deletions
				
			
		|  | @ -68,9 +68,8 @@ func (p *processor) DomainBlockCreate(ctx context.Context, account *gtsmodel.Acc | |||
| 				return nil, gtserror.NewErrorInternalError(fmt.Errorf("DomainBlockCreate: db error putting new domain block %s: %s", domain, err)) | ||||
| 			} | ||||
| 		} | ||||
| 
 | ||||
| 		// process the side effects of the domain block asynchronously since it might take a while | ||||
| 		go p.initiateDomainBlockSideEffects(ctx, account, domainBlock) // TODO: add this to a queuing system so it can retry/resume | ||||
| 		go p.initiateDomainBlockSideEffects(context.Background(), account, domainBlock) // TODO: add this to a queuing system so it can retry/resume | ||||
| 	} | ||||
| 
 | ||||
| 	apiDomainBlock, err := p.tc.DomainBlockToAPIDomainBlock(ctx, domainBlock, false) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue