From ecca5fbfa218cd3923ee4c2a9c48899471e85505 Mon Sep 17 00:00:00 2001 From: dxuser514 Date: Mon, 1 Jun 2026 00:10:03 +0800 Subject: [PATCH] Fix Mercury Messenger sync contacts failed --- front/msn/http/tmpl/abservice/ABFindAllResponse.xml | 3 +-- front/msn/http/tmpl/abservice/ABFindContactsPagedResponse.xml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/front/msn/http/tmpl/abservice/ABFindAllResponse.xml b/front/msn/http/tmpl/abservice/ABFindAllResponse.xml index 74b13b8..b16cc08 100644 --- a/front/msn/http/tmpl/abservice/ABFindAllResponse.xml +++ b/front/msn/http/tmpl/abservice/ABFindAllResponse.xml @@ -1,5 +1,4 @@ -{% from 'msn:_funcs.xml' import contact_entry, group_entry, generate_me_entry, ab_properties %} - +{% from 'msn:_funcs.xml' import contact_entry, group_entry, generate_me_entry, ab_properties -%} diff --git a/front/msn/http/tmpl/abservice/ABFindContactsPagedResponse.xml b/front/msn/http/tmpl/abservice/ABFindContactsPagedResponse.xml index d609f77..e5ccc3e 100644 --- a/front/msn/http/tmpl/abservice/ABFindContactsPagedResponse.xml +++ b/front/msn/http/tmpl/abservice/ABFindContactsPagedResponse.xml @@ -1,5 +1,4 @@ -{% from 'msn:_funcs.xml' import contact_entry, group_entry, generate_me_entry, ab_properties %} - +{% from 'msn:_funcs.xml' import contact_entry, group_entry, generate_me_entry, ab_properties -%}