mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-24 04:57:02 +00:00
extension: Make AfterMessageStored async (#319)
This commit is contained in:
@@ -92,7 +92,7 @@ func (s *StoreManager) Deliver(
|
||||
Date: delivery.Date(),
|
||||
Size: delivery.Size(),
|
||||
}
|
||||
s.ExtHost.Events.MessageStored.Emit(&event)
|
||||
go s.ExtHost.Events.AfterMessageStored.Emit(&event)
|
||||
|
||||
return id, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user