mirror of
https://github.com/sky-systems/sky_phone.git
synced 2026-09-04 00:03:23 +00:00
feat: unify phone apps with Sky UI
This commit is contained in:
@@ -65,7 +65,6 @@ Bridge.Callbacks.Register("sky_phone:notes:list", function(source)
|
||||
end
|
||||
return { success = true, data = SkyPhoneNotes.List(account_id, imei) }
|
||||
end)
|
||||
end)
|
||||
|
||||
Bridge.Callbacks.Register("sky_phone:notes:create", function(source, data)
|
||||
if not SkyPhone.AllowOperation(source, "notes_write", 120, 60) then
|
||||
@@ -175,3 +174,4 @@ Bridge.Callbacks.Register("sky_phone:notes:delete", function(source, data)
|
||||
notify_owner(account_id, imei)
|
||||
return { success = true, data = SkyPhoneNotes.List(account_id, imei) }
|
||||
end)
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user