From 9da798d8fc9f56360d140bb9df7f5e14ab05877a Mon Sep 17 00:00:00 2001 From: heck Date: Tue, 21 Mar 2023 16:43:46 +0100 Subject: [PATCH] FIX: #38 - Ratings values inconsistent with engine (3.2) --- src/codegen/pEp.yml2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/codegen/pEp.yml2 b/src/codegen/pEp.yml2 index 3412c7c..c6ea851 100644 --- a/src/codegen/pEp.yml2 +++ b/src/codegen/pEp.yml2 @@ -29,8 +29,8 @@ namespace pEp { enumitem pEp_rating_cannot_decrypt int_str_val=cannot_decrypt > 1 enumitem pEp_rating_have_no_key int_str_val=have_no_key > 2 enumitem pEp_rating_unencrypted int_str_val=unencrypted > 3 - enumitem pEp_rating_unencrypted_for_some int_str_val=unencrypted_for_some > 4 - enumitem pEp_rating_unreliable int_str_val=unreliable > 5 + enumitem PEP_rating_unreliable int_str_val=unreliable > 4 + enumitem PEP_rating_media_key_protected int_str_val=media_key_protected > 5 enumitem pEp_rating_reliable int_str_val=reliable > 6 enumitem pEp_rating_trusted int_str_val=trusted > 7 enumitem pEp_rating_trusted_and_anonymized int_str_val=trusted_and_anonymized > 8