summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordevlinjunker <devlin.junker@gmail.com>2023-10-01 10:44:34 -0700
committerGitHub <noreply@github.com>2023-10-01 10:44:34 -0700
commit0aa4b103907988d0754124dc084da699340ca375 (patch)
tree2432cb80acb09fbd97cca481f3035c191108dbc0 /lib
parentba9d512239eb5ed9b80648cfde291d483e6e390e (diff)
parente6f5edbb0c1c83f32cefd77a004d250543a77fc9 (diff)
Merge branch 'vue-rewrite' into share-item
Signed-off-by: devlinjunker <devlin.junker@gmail.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Plugin/Client/Plugin.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Plugin/Client/Plugin.php b/lib/Plugin/Client/Plugin.php
index 373968056..66252916c 100644
--- a/lib/Plugin/Client/Plugin.php
+++ b/lib/Plugin/Client/Plugin.php
@@ -14,6 +14,8 @@
namespace OCA\News\Plugin\Client;
/**
+ * TODO: remove this? it seems old.. there is no global list of plugins anymore and seems like plugins register themselves
+ *
* We actually really want to avoid this global list of plugins. A way would be
* for News plugin apps to register themselves in a special database table
* and the News app would just pull out the scripts that should be attached