mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-17 20:20:36 +00:00
invoke Inbox method in a goroutine
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user