1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-15 16:14:52 +02:00

Add ikey trust state

This commit is contained in:
Paul Schaub 2021-01-10 15:38:24 +01:00
parent 079e324fe0
commit 2c1af41249

View file

@ -59,6 +59,7 @@ public interface OpenPgpTrustStore {
/**
* The user didn't yet describe, whether to trust the key or not.
*/
undecided
undecided,
ikey_trusted
}
}