From e16ab4a3641bad7762a9e0ce2f1c66943cd8298b Mon Sep 17 00:00:00 2001 From: Devlin Junker Date: Mon, 25 Sep 2023 13:15:14 -0700 Subject: add warning message generated with PHP, also check for subcribe_to parameter Signed-off-by: Devlin Junker --- lib/Plugin/Client/Plugin.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/Plugin/Client/Plugin.php b/lib/Plugin/Client/Plugin.php index 373968056..d96d306e6 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 -- cgit v1.2.3 From e6f5edbb0c1c83f32cefd77a004d250543a77fc9 Mon Sep 17 00:00:00 2001 From: Devlin Junker Date: Thu, 28 Sep 2023 12:39:06 -0700 Subject: fix whitespace Signed-off-by: Devlin Junker --- lib/Plugin/Client/Plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Plugin/Client/Plugin.php b/lib/Plugin/Client/Plugin.php index d96d306e6..66252916c 100644 --- a/lib/Plugin/Client/Plugin.php +++ b/lib/Plugin/Client/Plugin.php @@ -15,7 +15,7 @@ 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 -- cgit v1.2.3