notify on secret key change as well
parent
fe387ca4e1
commit
cf5e643f38
|
@ -671,6 +671,8 @@ public class KeyWritableRepository extends KeyRepository {
|
|||
// with has_secret = 1
|
||||
}
|
||||
|
||||
databaseNotifyManager.notifyKeyChange(masterKeyId);
|
||||
|
||||
log(LogType.MSG_IS_SUCCESS);
|
||||
return result;
|
||||
|
||||
|
|
Loading…
Reference in New Issue