mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-08-30 17:13:08 +08:00
Merge pull request #11380 from rainzm/notify/verified
fix(notify): clean verifiedNote when marking verified
This commit is contained in:
@@ -371,6 +371,7 @@ func (r *SReceiver) MarkContactTypeVerified(contactType string) error {
|
||||
}
|
||||
if sc, ok := r.subContactCache[contactType]; ok {
|
||||
sc.Verified = tristate.True
|
||||
sc.VerifiedNote = ""
|
||||
} else {
|
||||
subContact := &SSubContact{
|
||||
Type: contactType,
|
||||
|
||||
Reference in New Issue
Block a user