async fn insert_signed_guardian_metadata_if_not_present(
db: &Database,
cfg: &ServerConfig,
) -> boolExpand description
Checks if we already have a signed guardian metadata for our own identity in the database and creates one if not.
Return true fresh metadata was inserted because it was not present