remove autofrontlight + backgroundrunner (#12809)

* remove autofrontlight
* remove background-runner

thirparty plugins that rely on the backgroundrunner no longer work.
This commit is contained in:
Martín Fernández
2024-12-06 21:28:56 +01:00
committed by GitHub
parent 89fd0061fb
commit 162685df50
14 changed files with 3 additions and 1286 deletions

View File

@@ -1,6 +1,4 @@
-- PluginShare is a table for plugins to exchange data between each other.
-- It is a singleton, which will persist across views (and, as such, across plugins lifecycle).
-- Plugins should maintain their own protocols.
return {
backgroundJobs = {},
}
return {}