# HG changeset patch # User Matthew Wild # Date 1649705525 -3600 # Node ID 404a22d52376c8b5c22e8f1755a82fa7bf31f4ba # Parent 55e3ca6bdfd117293e70b9c6504a3e11b799a976 mod_http_admin_api: Indicate whether a given push registration uses encryption diff -r 55e3ca6bdfd1 -r 404a22d52376 mod_http_admin_api/mod_http_admin_api.lua --- a/mod_http_admin_api/mod_http_admin_api.lua Mon Apr 11 20:31:43 2022 +0100 +++ b/mod_http_admin_api/mod_http_admin_api.lua Mon Apr 11 20:32:05 2022 +0100 @@ -331,6 +331,7 @@ node = push_info.node; error_count = push_errors[identifier] or 0; client_id = push_info.client_id; + encryption = not not push_info.encryption; }; end end