]> source.dussan.org Git - gitea.git/commit
Fix "only mail on mention" bug (#12775) (#12789)
author赵智超 <1012112796@qq.com>
Thu, 10 Sep 2020 08:32:54 +0000 (16:32 +0800)
committerGitHub <noreply@github.com>
Thu, 10 Sep 2020 08:32:54 +0000 (11:32 +0300)
commit0ee823be0b1d4a15990bf9af3e51ae1f041114b2
tree04d917dc521fa1b8124b3f382fedf488fcfdd411
parent062ea40a79e9b02b1381ec3cd86fc1842aa5f896
Fix "only mail on mention" bug (#12775) (#12789)

* fix mail mention bug

fix #12774

Signed-off-by: a1012112796 <1012112796@qq.com>
* fix test

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
models/user.go
models/user_test.go
services/mailer/mail_issue.go