diff --git a/activity.go b/activity.go index 3aa889d..0d7ba4f 100644 --- a/activity.go +++ b/activity.go @@ -645,7 +645,7 @@ func honkworldwide(user *WhatAbout, honk *Honk) { } } for a := range rcpts { - deliverate(0, user.Name, a, msg) + go deliverate(0, user.Name, a, msg) } }