From: Unknwon Date: Tue, 6 Jan 2015 09:14:49 +0000 (+0800) Subject: fix #827 X-Git-Tag: v0.9.99~1543 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bb26285a12f90a4331053169bf580cc766bc6add;p=gitea.git fix #827 --- diff --git a/models/action.go b/models/action.go index 98a4f5a085..de2cdd12cc 100644 --- a/models/action.go +++ b/models/action.go @@ -332,7 +332,6 @@ func CommitRepoAction(userId, repoUserId int64, userName, actEmail string, } } - go DeliverHooks() return nil }