1
0
Fork 0

PublicKey.read_only is optional

This commit is contained in:
Cyborus 2023-12-12 13:58:23 -05:00
parent 0912ffdcee
commit 1bb146d8f6
No known key found for this signature in database

View file

@ -470,7 +470,7 @@ pub struct PublicKey {
pub id: u64,
pub key: String,
pub key_type: String,
pub read_only: bool,
pub read_only: Option<bool>,
pub title: String,
pub url: Option<Url>,
pub user: User,