diff --git a/resources/install/scripts/app/xml_handler/resources/scripts/directory/directory.lua b/resources/install/scripts/app/xml_handler/resources/scripts/directory/directory.lua index b722a791fc..3a9817b839 100644 --- a/resources/install/scripts/app/xml_handler/resources/scripts/directory/directory.lua +++ b/resources/install/scripts/app/xml_handler/resources/scripts/directory/directory.lua @@ -357,7 +357,7 @@ if (row.follow_me_uuid ~= nil and string.len(row.follow_me_uuid) > 0) then follow_me_uuid = row.follow_me_uuid; follow_me_enabled = row.follow_me_enabled; - follow_me_destinations= row.follow_me_destinations; + --follow_me_destinations= row.follow_me_destinations; end -- check matching UserID and AuthName @@ -633,9 +633,9 @@ if (follow_me_enabled ~= nil) and (string.len(follow_me_enabled) > 0) then table.insert(xml, [[ ]]); end - if (follow_me_destinations ~= nil) and (string.len(follow_me_destinations) > 0) then - table.insert(xml, [[ ]]); - end + --if (follow_me_destinations ~= nil) and (string.len(follow_me_destinations) > 0) then + -- table.insert(xml, [[ ]]); + --end if (do_not_disturb ~= nil) and (string.len(do_not_disturb) > 0) then table.insert(xml, [[ ]]); end