mirror of
https://github.com/harness/drone.git
synced 2025-05-19 02:20:03 +08:00
invoke Inbox method in a goroutine
This commit is contained in:
parent
299b9619e1
commit
5cab5e7e00
@ -85,5 +85,6 @@ func (f *Flowdock) send(fromAddress, subject, message string, tags []string) err
|
||||
|
||||
c := flowdock.Client{Token: f.Token, Source: f.Source, FromName: "drone.io", FromAddress: fromAddress, Tags: tags}
|
||||
|
||||
return c.Inbox(subject, message)
|
||||
go c.Inbox(subject, message)
|
||||
return nil
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user