mirror of
https://github.com/sky-systems/sky_phone.git
synced 2026-08-29 04:01:32 +00:00
feat: add LB migration and reorganize configuration
This commit is contained in:
@@ -53,9 +53,13 @@ local function register_policy(policy)
|
||||
local app_id = policy.id
|
||||
local existing = policies_by_id[app_id]
|
||||
if existing then
|
||||
print((
|
||||
"[sky_phone] Rejected duplicate custom app policy '%s' from '%s'; it is already owned by '%s'."
|
||||
):format(app_id, policy.ownerResource, existing.ownerResource))
|
||||
Bridge.Debug(
|
||||
"warn",
|
||||
"[sky_phone] Rejected duplicate custom app policy '%s' from '%s'; it is already owned by '%s'.",
|
||||
app_id,
|
||||
policy.ownerResource,
|
||||
existing.ownerResource
|
||||
)
|
||||
return false, "duplicate_app_id"
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user